simpler button--link style rules

This commit is contained in:
Sean Yesmunt 2019-03-08 18:30:24 -05:00
parent 8dce6d8242
commit 00c88430c2
3 changed files with 7 additions and 9 deletions

2
dist/index.css vendored

File diff suppressed because one or more lines are too long

2
dist/index.css.map vendored

File diff suppressed because one or more lines are too long

View file

@ -72,17 +72,15 @@
}
.button--link {
color: $lbry-teal-5;
transition: color 0.2s;
word-break: break-all;
&:not(.button--disabled):not(:hover) {
color: $lbry-teal-5;
[data-mode="dark"] & {
color: $lbry-teal-3;
}
[data-mode="dark"] & {
color: $lbry-teal-3;
}
&:not(.button--disabled):hover {
&:hover {
color: $lbry-teal-3;
[data-mode="dark"] & {