mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
use :checked for active tabs
This commit is contained in:
parent
bf1be44a2c
commit
380b18e2a5
@ -1614,10 +1614,10 @@ notebook {
|
||||
border-color: #2b2e39; }
|
||||
notebook > header tab:hover label {
|
||||
color: rgba(211, 218, 227, 0.725); }
|
||||
notebook > header tab:active {
|
||||
notebook > header tab:checked {
|
||||
background-color: #404552;
|
||||
border-color: #2b2e39; }
|
||||
notebook > header tab:active label {
|
||||
notebook > header tab:checked label {
|
||||
color: #D3DAE3; }
|
||||
notebook > header tab button {
|
||||
min-height: 18px;
|
||||
|
@ -1613,10 +1613,10 @@ notebook {
|
||||
border-color: #dcdfe3; }
|
||||
notebook > header tab:hover label {
|
||||
color: rgba(92, 97, 108, 0.775); }
|
||||
notebook > header tab:active {
|
||||
notebook > header tab:checked {
|
||||
background-color: #ffffff;
|
||||
border-color: #dcdfe3; }
|
||||
notebook > header tab:active label {
|
||||
notebook > header tab:checked label {
|
||||
color: #5c616c; }
|
||||
notebook > header tab button {
|
||||
min-height: 18px;
|
||||
|
@ -1614,10 +1614,10 @@ notebook {
|
||||
border-color: #2b2e39; }
|
||||
notebook > header tab:hover label {
|
||||
color: rgba(211, 218, 227, 0.725); }
|
||||
notebook > header tab:active {
|
||||
notebook > header tab:checked {
|
||||
background-color: #404552;
|
||||
border-color: #2b2e39; }
|
||||
notebook > header tab:active label {
|
||||
notebook > header tab:checked label {
|
||||
color: #D3DAE3; }
|
||||
notebook > header tab button {
|
||||
min-height: 18px;
|
||||
|
@ -1613,10 +1613,10 @@ notebook {
|
||||
border-color: #dcdfe3; }
|
||||
notebook > header tab:hover label {
|
||||
color: rgba(92, 97, 108, 0.775); }
|
||||
notebook > header tab:active {
|
||||
notebook > header tab:checked {
|
||||
background-color: #ffffff;
|
||||
border-color: #dcdfe3; }
|
||||
notebook > header tab:active label {
|
||||
notebook > header tab:checked label {
|
||||
color: #5c616c; }
|
||||
notebook > header tab button {
|
||||
min-height: 18px;
|
||||
|
@ -1617,10 +1617,10 @@ notebook {
|
||||
border-color: #dcdfe3; }
|
||||
notebook > header tab:hover label {
|
||||
color: rgba(92, 97, 108, 0.775); }
|
||||
notebook > header tab:active {
|
||||
notebook > header tab:checked {
|
||||
background-color: #ffffff;
|
||||
border-color: #dcdfe3; }
|
||||
notebook > header tab:active label {
|
||||
notebook > header tab:checked label {
|
||||
color: #5c616c; }
|
||||
notebook > header tab button {
|
||||
min-height: 18px;
|
||||
|
@ -1617,10 +1617,10 @@ notebook {
|
||||
border-color: #dcdfe3; }
|
||||
notebook > header tab:hover label {
|
||||
color: rgba(92, 97, 108, 0.775); }
|
||||
notebook > header tab:active {
|
||||
notebook > header tab:checked {
|
||||
background-color: #ffffff;
|
||||
border-color: #dcdfe3; }
|
||||
notebook > header tab:active label {
|
||||
notebook > header tab:checked label {
|
||||
color: #5c616c; }
|
||||
notebook > header tab button {
|
||||
min-height: 18px;
|
||||
|
@ -1697,7 +1697,7 @@ notebook {
|
||||
|
||||
label { color: mix($fg_color, $insensitive_fg_color, 50%); }
|
||||
}
|
||||
&:active {
|
||||
&:checked {
|
||||
background-color: $base_color;
|
||||
border-color: $borders_color;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user