@wwtdev/bsds-css 3.0.16 → 3.0.17
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.
|
@@ -3804,7 +3804,7 @@ label:where(.bs-label) {
|
|
|
3804
3804
|
box-shadow: inset 0 0 0 2px var(--bs-primary-base);
|
|
3805
3805
|
}
|
|
3806
3806
|
/* -- NEGATIVE -- */
|
|
3807
|
-
.bs-option:where([data-negative="true"]:hover),
|
|
3807
|
+
.bs-option:where(:not([aria-disabled="true"])[data-negative="true"]:hover),
|
|
3808
3808
|
.bs-option:where(:not([data-multiple="true"])[data-negative="true"][aria-selected="true"]) {
|
|
3809
3809
|
--description-color: var(--bs-ink-negative);
|
|
3810
3810
|
background: var(--bs-negative-highlight);
|
|
@@ -3850,7 +3850,7 @@ label:where(.bs-label) {
|
|
|
3850
3850
|
.bs-option-grid:where([data-icon-col="true"]) :where(:nth-child(3)),
|
|
3851
3851
|
.bs-option-grid:where(:not([data-icon-col="true"])) :where(:nth-child(2)) {
|
|
3852
3852
|
color: var(--description-color);
|
|
3853
|
-
font-size: var(--bs-text-
|
|
3853
|
+
font-size: var(--bs-text-sm);
|
|
3854
3854
|
grid-area: description;
|
|
3855
3855
|
padding-top: 0.125rem;
|
|
3856
3856
|
}
|