Merge pull request #7 from lbryio/button--link-1

Make links easier to override
This commit is contained in:
netop:// ウェッブ 2019-03-11 10:20:15 -05:00 committed by GitHub
commit b6ab46d999
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"] & {