Make links easier to override #7

Merged
neb-b merged 1 commit from button--link-1 into master 2019-03-11 16:20:16 +01:00
3 changed files with 7 additions and 9 deletions
Showing only changes of commit 00c88430c2 - Show all commits

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"] & {