@quidgest/ui 0.8.6 → 0.8.8
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/dist/ui.css +1 -1
- package/dist/ui.esm.js +145 -145
- package/dist/ui.esm.js.map +1 -1
- package/dist/ui.js +2 -2
- package/dist/ui.js.map +1 -1
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +67 -67
- package/dist/ui.min.js.map +1 -1
- package/dist/ui.scss +2 -2
- package/package.json +1 -1
package/dist/ui.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Quidgest Framework v0.8.
|
|
2
|
+
* Quidgest Framework v0.8.8
|
|
3
3
|
* (c) 2023 Quidgest - Consultores de Gestão, SA
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -341,8 +341,8 @@ $button-text-on-plain: var(--q-theme-on-background);
|
|
|
341
341
|
|
|
342
342
|
&--active {
|
|
343
343
|
z-index: 2;
|
|
344
|
+
color: var(--q-theme-primary-dark);
|
|
344
345
|
background-color: rgb(var(--q-theme-primary-light-rgb) / 0.5);
|
|
345
|
-
box-shadow: inset 0 -2px 0 0 currentColor;
|
|
346
346
|
}
|
|
347
347
|
&:disabled {
|
|
348
348
|
opacity: 0.6;
|