Fixed display of links in tables
This commit is contained in:
parent
7cf147bab1
commit
442f0a3133
1 changed files with 4 additions and 0 deletions
|
@ -266,6 +266,10 @@
|
||||||
|
|
||||||
tr:nth-of-type(even) {
|
tr:nth-of-type(even) {
|
||||||
background-color: $lbry-gray-1;
|
background-color: $lbry-gray-1;
|
||||||
|
|
||||||
|
a:not(.__button-black):not(.button) { // "dirty" override but necessary
|
||||||
|
@include underline($lbry-teal-3, $lbry-gray-1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
th,
|
th,
|
||||||
|
|
Loading…
Reference in a new issue