Fixed button styling

This commit is contained in:
ポール ウェッブ 2019-01-09 11:31:57 -06:00
parent d931281209
commit 51b95f292d
3 changed files with 5 additions and 4 deletions
sass/button

View file

@ -15,6 +15,7 @@
.button--disabled {
opacity: 0.3;
pointer-events: none;
}
.button--icon {
@ -72,7 +73,7 @@
.button--link {
transition: color 0.2s;
&:not(&--disabled):not(:hover) {
&:not(.button--disabled):not(:hover) {
color: $lbry-teal-5;
[data-mode="dark"] & {
@ -80,7 +81,7 @@
}
}
&:not(&--disabled):hover {
&:not(.button--disabled):hover {
color: $lbry-teal-3;
[data-mode="dark"] & {