Improve visibility of which tab is selected in webide

This commit is contained in:
Kristóf Tóth 2018-05-15 12:15:25 +02:00
parent 9c566c2d73
commit 21f7025123
1 changed files with 2 additions and 3 deletions

View File

@ -35,9 +35,8 @@
.active,
.disabled,
&:disabled {
background-color: $tao-plum-200;
font-weight: 500;
font-style: italic;
background-color: $tao-plum-100;
font-weight: bolder;
color: black;
border: 0;
}