Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
fix(Elife): Improve disabled button contrast (Close #235)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ketch committed Aug 21, 2020
1 parent 309453f commit 9a4fa9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/themes/elife/stencilaComponents.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ stencila-button {
font-family: var(--font-family-display);
font-size: var(--TEXT-SIZE-MEDIUM-REM);
text-transform: uppercase;

&[disabled] {
opacity: 1 !important;
}
}

.label {
Expand Down

0 comments on commit 9a4fa9b

Please sign in to comment.