File tree 5 files changed +16
-9
lines changed
5 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 120
120
color : var (--font-color-hovered );
121
121
}
122
122
123
- & : focus : not ( : active ) {
123
+ & : focus {
124
124
@apply outline outline-1 outline-offset-1 outline-accent;
125
125
}
126
126
127
+ & : active {
128
+ @apply outline-none;
129
+ }
130
+
127
131
& .selected {
128
132
@apply bg-accent !important ;
129
133
color : var (--accent-inverted );
@@ -427,7 +431,6 @@ pre {
427
431
}
428
432
429
433
.popover-arrow ,
430
- .tooltip-arrow ,
431
434
.menu-arrow {
432
435
fill : var (--bg-secondary );
433
436
}
Original file line number Diff line number Diff line change 60
60
--background-warning : # ffc252 ;
61
61
--background-success : # 63c263 ;
62
62
.popover-arrow ,
63
- .tooltip-arrow ,
64
63
.menu-arrow {
65
64
fill : var (--bg-primary );
66
65
}
Original file line number Diff line number Diff line change 28
28
:sideOffset 5
29
29
:side " top" }
30
30
[:div.flex.gap-2.items-center
31
- (str/capitalize (name type))]
32
- [:> Tooltip/Arrow {:class " tooltip-arrow" }]]]])))
31
+ (str/capitalize (name type))]]]])))
33
32
34
33
(defn group
35
34
[group]
Original file line number Diff line number Diff line change 24
24
:side " left"
25
25
:sideOffset 5 }
26
26
[:div.flex.gap-2.items-center
27
- title]
28
- [:> Tooltip/Arrow
29
- {:class " tooltip-arrow" }]]]]))
27
+ title]]]]))
Original file line number Diff line number Diff line change 16
16
@apply overlay;
17
17
}
18
18
19
- & : focus : not ( : active ) {
19
+ & : focus {
20
20
@apply outline-none outline-shadow;
21
21
}
22
22
23
+ & : active {
24
+ @apply shadow-none;
25
+ }
26
+
23
27
.button {
24
28
@apply mx-px shrink-0;
25
29
height : 20px ;
26
30
width : 20px ;
27
31
color : inherit;
28
32
background-color : transparent !important ;
33
+
34
+ & : focus {
35
+ @apply outline-none;
36
+ }
29
37
}
30
38
}
31
39
You can’t perform that action at this time.
0 commit comments