@dataloop-ai/components 0.18.58 → 0.18.59
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 +1 -1
- package/src/assets/globals.scss +12 -5
package/package.json
CHANGED
package/src/assets/globals.scss
CHANGED
|
@@ -327,12 +327,19 @@ html {
|
|
|
327
327
|
flex-direction: row;
|
|
328
328
|
}
|
|
329
329
|
|
|
330
|
-
// maybe add
|
|
331
|
-
// .disabled
|
|
332
|
-
// .
|
|
333
|
-
|
|
334
|
-
|
|
330
|
+
// maybe add this in the future
|
|
331
|
+
// .disabled {
|
|
332
|
+
// opacity: 0.6 !important;
|
|
333
|
+
// }
|
|
334
|
+
// .disabled, .disabled * {
|
|
335
|
+
// outline: 0 !important;
|
|
336
|
+
// cursor: not-allowed !important;
|
|
337
|
+
// }
|
|
338
|
+
|
|
339
|
+
[disabled] {
|
|
335
340
|
opacity: 0.6 !important;
|
|
341
|
+
}
|
|
342
|
+
[disabled], [disabled] * {
|
|
336
343
|
outline: 0 !important;
|
|
337
344
|
cursor: not-allowed !important;
|
|
338
345
|
}
|