Compare commits
1 commit
master
...
button--li
Author | SHA1 | Date | |
---|---|---|---|
|
1a09b03d12 |
1 changed files with 14 additions and 8 deletions
|
@ -72,23 +72,29 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.button--link {
|
.button--link {
|
||||||
|
word-break: break-all;
|
||||||
transition: color 0.2s;
|
transition: color 0.2s;
|
||||||
|
|
||||||
&:not(.button--disabled):not(:hover) {
|
|
||||||
color: $lbry-teal-5;
|
color: $lbry-teal-5;
|
||||||
|
|
||||||
[data-mode="dark"] & {
|
[data-mode='dark'] & {
|
||||||
color: $lbry-teal-3;
|
color: $lbry-teal-3;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
&:not(.button--disabled):hover {
|
&:hover {
|
||||||
color: $lbry-teal-3;
|
color: $lbry-teal-3;
|
||||||
|
|
||||||
[data-mode="dark"] & {
|
[data-mode='dark'] & {
|
||||||
color: $lbry-teal-4;
|
color: $lbry-teal-4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.button--disabled:hover {
|
||||||
|
color: $lbry-teal-5;
|
||||||
|
|
||||||
|
[data-mode='dark'] & {
|
||||||
|
color: $lbry-teal-3;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.button--primary {
|
.button--primary {
|
||||||
|
|
Loading…
Reference in a new issue