{master} tweak crosstable style

pull/6529/head
Thibault Duplessis 2020-04-30 17:53:30 -06:00
parent 1159af4428
commit 63a200d071
1 changed files with 8 additions and 3 deletions

View File

@ -46,10 +46,12 @@
a {
color: $c-font-dim;
flex: 0 0 50%;
@include transition();
}
&:hover a {
background: mix($c-accent, $c-bg-box, 12%);
&:hover {
@extend %metal;
a {
opacity: 1!important;
}
}
&.current a {
background: mix($c-accent, $c-bg-box, 70%);
@ -58,6 +60,9 @@
&.new {
border: $c-border;
}
a.loss {
opacity: .2;
}
@include breakpoint($mq-not-x-small) {
display: none;
&:nth-last-child(-n+12) {