@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.
package/dist/wwt-bsds.css
CHANGED
|
@@ -5257,7 +5257,7 @@ label:where(.bs-label) {
|
|
|
5257
5257
|
box-shadow: inset 0 0 0 2px var(--bs-primary-base);
|
|
5258
5258
|
}
|
|
5259
5259
|
/* -- NEGATIVE -- */
|
|
5260
|
-
.bs-option:where([data-negative="true"]:hover),
|
|
5260
|
+
.bs-option:where(:not([aria-disabled="true"])[data-negative="true"]:hover),
|
|
5261
5261
|
.bs-option:where(:not([data-multiple="true"])[data-negative="true"][aria-selected="true"]) {
|
|
5262
5262
|
--description-color: var(--bs-ink-negative);
|
|
5263
5263
|
background: var(--bs-negative-highlight);
|
|
@@ -5303,7 +5303,7 @@ label:where(.bs-label) {
|
|
|
5303
5303
|
.bs-option-grid:where([data-icon-col="true"]) :where(:nth-child(3)),
|
|
5304
5304
|
.bs-option-grid:where(:not([data-icon-col="true"])) :where(:nth-child(2)) {
|
|
5305
5305
|
color: var(--description-color);
|
|
5306
|
-
font-size: var(--bs-text-
|
|
5306
|
+
font-size: var(--bs-text-sm);
|
|
5307
5307
|
grid-area: description;
|
|
5308
5308
|
padding-top: 0.125rem;
|
|
5309
5309
|
}
|