@odx/ui 3.5.5 → 3.5.6
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/CHANGELOG.md
CHANGED
package/core-theme.css
CHANGED
|
@@ -6260,7 +6260,7 @@ html body .odx-fs-italic {
|
|
|
6260
6260
|
}
|
|
6261
6261
|
}
|
|
6262
6262
|
@media (hover: hover){
|
|
6263
|
-
.odx-switch.is-active:hover .odx-switch__indicator::before {
|
|
6263
|
+
.odx-switch.is-active:not(.is-disabled):hover .odx-switch__indicator::before {
|
|
6264
6264
|
background-color: var(--odx-c-highlight-hover);
|
|
6265
6265
|
border-color: var(--odx-c-highlight-hover);
|
|
6266
6266
|
}
|
|
@@ -6572,8 +6572,6 @@ html body .odx-fs-italic {
|
|
|
6572
6572
|
-webkit-appearance: textfield;
|
|
6573
6573
|
-moz-appearance: textfield;
|
|
6574
6574
|
appearance: textfield;
|
|
6575
|
-
font-weight: var(--odx-typography-font-weight-normal);
|
|
6576
|
-
letter-spacing: var(--odx-typography-font-weight-normal-letter-spacing);
|
|
6577
6575
|
width: 100%;
|
|
6578
6576
|
}
|
|
6579
6577
|
.odx-timepicker input[odxTimepickerControl]::-moz-placeholder {
|
package/package.json
CHANGED