simpler button--link style rules
This commit is contained in:
parent
8dce6d8242
commit
00c88430c2
3 changed files with 7 additions and 9 deletions
2
dist/index.css
vendored
2
dist/index.css
vendored
File diff suppressed because one or more lines are too long
2
dist/index.css.map
vendored
2
dist/index.css.map
vendored
File diff suppressed because one or more lines are too long
|
@ -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"] & {
|
||||
|
|
Loading…
Reference in a new issue