mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-12-05 02:31:33 +00:00
Attempt to fix button color hell (barely)
This commit is contained in:
parent
bc459afd2a
commit
2b4b09f60b
@ -24,8 +24,8 @@
|
||||
}
|
||||
|
||||
.tfw-tab-btn {
|
||||
background-color: white;
|
||||
border: 1px solid $tao-plum-900;
|
||||
background-color: gray;
|
||||
color: $tao-gray-600;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
border-radius: 100px;
|
||||
@ -36,7 +36,7 @@
|
||||
.active,
|
||||
.disabled,
|
||||
&:disabled {
|
||||
background-color: $tao-plum-100;
|
||||
background-color: white;
|
||||
font-weight: bolder;
|
||||
color: black;
|
||||
border: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user