Fixed display of links in tables

This commit is contained in:
ポール ウェッブ 2018-10-16 11:02:23 -05:00
parent 7cf147bab1
commit 442f0a3133

View file

@ -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,