@pingux/astro 2.149.2-alpha.0 → 2.149.2-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -33,7 +33,7 @@ var tab = {
|
|
|
33
33
|
cursor: 'default'
|
|
34
34
|
},
|
|
35
35
|
'&.is-selected.is-vertical': {
|
|
36
|
-
bg: 'accent.
|
|
36
|
+
bg: 'accent.99'
|
|
37
37
|
},
|
|
38
38
|
'& > svg': {
|
|
39
39
|
flexShrink: 0
|
|
@@ -51,7 +51,7 @@ var tab = {
|
|
|
51
51
|
'&.is-selected': {
|
|
52
52
|
borderLeft: '3px solid',
|
|
53
53
|
borderLeftColor: 'active',
|
|
54
|
-
bg: 'accent.
|
|
54
|
+
bg: 'accent.99',
|
|
55
55
|
'& > span': {
|
|
56
56
|
p: '0',
|
|
57
57
|
color: 'active'
|
|
@@ -26,7 +26,7 @@ export var tab = {
|
|
|
26
26
|
cursor: 'default'
|
|
27
27
|
},
|
|
28
28
|
'&.is-selected.is-vertical': {
|
|
29
|
-
bg: 'accent.
|
|
29
|
+
bg: 'accent.99'
|
|
30
30
|
},
|
|
31
31
|
'& > svg': {
|
|
32
32
|
flexShrink: 0
|
|
@@ -44,7 +44,7 @@ export var tab = {
|
|
|
44
44
|
'&.is-selected': {
|
|
45
45
|
borderLeft: '3px solid',
|
|
46
46
|
borderLeftColor: 'active',
|
|
47
|
-
bg: 'accent.
|
|
47
|
+
bg: 'accent.99',
|
|
48
48
|
'& > span': {
|
|
49
49
|
p: '0',
|
|
50
50
|
color: 'active'
|