@wwtdev/bsds-css 3.0.7 → 3.0.9
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.
|
@@ -1547,13 +1547,6 @@ See: https://github.wwt.com/custom-apps/wwt-blue-steel/pull/917
|
|
|
1547
1547
|
inset 0 0 0 1px var(--btn-main),
|
|
1548
1548
|
inset 0px 0px 4px 1px var(--btn-highlight);
|
|
1549
1549
|
}
|
|
1550
|
-
.bs-button:where([data-ghost]:not([data-ghost="false"]):focus:not(:disabled):not([aria-disabled="true"]))::before {
|
|
1551
|
-
border-color: var(--btn-ghost-ink);
|
|
1552
|
-
}
|
|
1553
|
-
.bs-button:where([data-ghost]:not([data-ghost="false"]):focus-visible:not(:disabled):not([aria-disabled="true"]))::before {
|
|
1554
|
-
border-color: var(--btn-ghost-ink);
|
|
1555
|
-
box-shadow: none;
|
|
1556
|
-
}
|
|
1557
1550
|
/* ------------ VARIANTS ------------ */
|
|
1558
1551
|
.bs-button:where([data-variant^='secondary']) {
|
|
1559
1552
|
--btn-ghost-ink: var(--bs-ink-secondary);
|
|
@@ -1727,7 +1720,6 @@ still work on disabled BsButtons) */
|
|
|
1727
1720
|
.bs-button:where([aria-disabled="true"]) {
|
|
1728
1721
|
--btn-ink: var(--bs-ink-disabled);
|
|
1729
1722
|
--btn-main: var(--bs-bg-disabled);
|
|
1730
|
-
box-shadow: none;
|
|
1731
1723
|
transform: none;
|
|
1732
1724
|
}
|
|
1733
1725
|
.bs-button:where([data-ghost]:not([data-ghost="false"])):disabled,
|
|
@@ -2325,7 +2317,7 @@ button:where(.bs-filter-button) {
|
|
|
2325
2317
|
--filterbtn-weight: 600;
|
|
2326
2318
|
}
|
|
2327
2319
|
/* Hover state */
|
|
2328
|
-
.bs-filter-button:hover {
|
|
2320
|
+
.bs-filter-button:where(:not(:disabled):hover) {
|
|
2329
2321
|
--filterbtn-color: var(--bs-primary-base);
|
|
2330
2322
|
}
|
|
2331
2323
|
/* Focus state */
|
|
@@ -6360,6 +6352,7 @@ a.bs-text-button {
|
|
|
6360
6352
|
.bs-tooltip {
|
|
6361
6353
|
display: block;
|
|
6362
6354
|
padding: var(--bs-space-4);
|
|
6355
|
+
flex-direction: unset; /* unset flex-col coming from BsPopover */
|
|
6363
6356
|
font-size: var(--bs-text-sm);
|
|
6364
6357
|
color: var(--bs-ink-accent-2);
|
|
6365
6358
|
text-align: center;
|