@mohamedatia/fly-design-system 1.3.4 → 1.3.5
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.
package/package.json
CHANGED
|
@@ -62,11 +62,12 @@
|
|
|
62
62
|
@include vos-platter-layers(inherit);
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
&:hover:not(:disabled):not(.selected)::before {
|
|
65
|
+
&:hover:not(:disabled):not(.selected):not(.active)::before {
|
|
66
66
|
@include vos-platter-layers(inherit);
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
&.selected
|
|
69
|
+
&.selected,
|
|
70
|
+
&.active {
|
|
70
71
|
background: var(--btn-selected-bg);
|
|
71
72
|
color: var(--btn-selected-text);
|
|
72
73
|
|
|
@@ -93,7 +94,8 @@
|
|
|
93
94
|
mix-blend-mode: normal;
|
|
94
95
|
opacity: 0.15;
|
|
95
96
|
}
|
|
96
|
-
&.selected
|
|
97
|
+
&.selected,
|
|
98
|
+
&.active {
|
|
97
99
|
background: var(--primary-color);
|
|
98
100
|
color: #fff;
|
|
99
101
|
}
|
|
@@ -151,11 +153,12 @@
|
|
|
151
153
|
@include vos-platter-layers(500px);
|
|
152
154
|
}
|
|
153
155
|
|
|
154
|
-
&:hover:not(:disabled):not(.selected)::before {
|
|
156
|
+
&:hover:not(:disabled):not(.selected):not(.active)::before {
|
|
155
157
|
@include vos-platter-layers(500px);
|
|
156
158
|
}
|
|
157
159
|
|
|
158
|
-
&.selected
|
|
160
|
+
&.selected,
|
|
161
|
+
&.active {
|
|
159
162
|
background: var(--btn-selected-bg);
|
|
160
163
|
color: var(--btn-selected-text);
|
|
161
164
|
|