File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class Underline(Widget):
32
32
height: 1;
33
33
& > .underline--bar {
34
34
background: $foreground 10%;
35
- color: $accent ;
35
+ color: $highlight-cursor-blurred ;
36
36
}
37
37
}
38
38
"""
@@ -94,10 +94,10 @@ class Tab(Static):
94
94
height: 2;
95
95
padding: 1 1 0 2;
96
96
text-align: center;
97
- color: $text-disabled ;
97
+ color: $text-muted 50% ;
98
98
99
99
&:hover {
100
- text-style: bold ;
100
+ color: $text ;
101
101
}
102
102
&:disabled {
103
103
color: $text-disabled;
@@ -106,8 +106,6 @@ class Tab(Static):
106
106
107
107
&.-active {
108
108
color: $text;
109
- text-style: bold;
110
-
111
109
&:hover {
112
110
color: $text;
113
111
}
@@ -208,7 +206,8 @@ class Tabs(Widget, can_focus=True):
208
206
209
207
&:focus {
210
208
.underline--bar {
211
- background: $foreground 20%;
209
+ color: $highlight-cursor;
210
+ background: $foreground 30%;
212
211
}
213
212
}
214
213
You can’t perform that action at this time.
0 commit comments