mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-04 04:45:11 +00:00
remove funky underline text
This commit is contained in:
parent
55297041a1
commit
b9241fd42d
2 changed files with 5 additions and 2 deletions
|
@ -49,6 +49,9 @@ $button-focus-shift: 12%;
|
||||||
.button__content {
|
.button__content {
|
||||||
margin: 0 var(--button-padding);
|
margin: 0 var(--button-padding);
|
||||||
display: flex;
|
display: flex;
|
||||||
|
.link-label {
|
||||||
|
text-decoration: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-primary
|
.button-primary
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(.no-underline) {
|
&:not(.underline) {
|
||||||
text-decoration: underline;
|
text-decoration: none;
|
||||||
.icon {
|
.icon {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue