Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync: master to alpha #84

Open
wants to merge 5 commits into
base: alpha
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
run: npx semantic-release
run: npx semantic-release@22
20 changes: 2 additions & 18 deletions paragon/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

.btn-tertiary:not(:disabled):not(.disabled) {
&:focus, &.focus {
background: $white;
background: $btn-tertiary-bg;
}
}

Expand Down Expand Up @@ -211,7 +211,7 @@

&:focus, &.focus {
background: $white;
color: $primary-300;
color: $primary-500;

&:before {
border-color: $white;
Expand Down Expand Up @@ -364,22 +364,6 @@ a.inline-link {
}
}

// Temporary fix for search fields. See https://github.com/edx/brand-edx.org/pull/9#issuecomment-723208124

.pgn__searchfield {
border-radius: 0 !important;
.btn {
background: $input-bg;
display: flex;
}
&.has-focus {
.btn {
background: $input-focus-bg;
}
border-color: $input-focus-border-color !important;
}
}

// Progress Bar
.progress {
border: $progress-bar-border-width solid $progress-bar-border-color;
Expand Down
Loading