Attempt to fix button color hell (barely)

This commit is contained in:
Kristóf Tóth 2018-06-15 11:43:08 +02:00
parent bc459afd2a
commit 2b4b09f60b

View File

@ -24,8 +24,8 @@
} }
.tfw-tab-btn { .tfw-tab-btn {
background-color: white; background-color: gray;
border: 1px solid $tao-plum-900; color: $tao-gray-600;
border-left: 0; border-left: 0;
border-right: 0; border-right: 0;
border-radius: 100px; border-radius: 100px;
@ -36,7 +36,7 @@
.active, .active,
.disabled, .disabled,
&:disabled { &:disabled {
background-color: $tao-plum-100; background-color: white;
font-weight: bolder; font-weight: bolder;
color: black; color: black;
border: 0; border: 0;