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