stylesheet: make the selected tab more visible

Tabs are notoriously hard to notice. Make them stand out more.
This commit is contained in:
Pierre de La Morinerie 2020-07-06 18:27:50 +02:00
parent 38bc85d8d4
commit f5f7a47de3

View file

@ -20,7 +20,7 @@
&.active {
background-color: #FFFFFF;
border-top: 1px solid $border-grey;
border-top: 2px solid $blue;
border-left: 1px solid $border-grey;
border-right: 1px solid $border-grey;