@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.
package/dist/wwt-bsds.css CHANGED
@@ -2986,13 +2986,6 @@ See: https://github.wwt.com/custom-apps/wwt-blue-steel/pull/917
2986
2986
  inset 0 0 0 1px var(--btn-main),
2987
2987
  inset 0px 0px 4px 1px var(--btn-highlight);
2988
2988
  }
2989
- .bs-button:where([data-ghost]:not([data-ghost="false"]):focus:not(:disabled):not([aria-disabled="true"]))::before {
2990
- border-color: var(--btn-ghost-ink);
2991
- }
2992
- .bs-button:where([data-ghost]:not([data-ghost="false"]):focus-visible:not(:disabled):not([aria-disabled="true"]))::before {
2993
- border-color: var(--btn-ghost-ink);
2994
- box-shadow: none;
2995
- }
2996
2989
  /* ------------ VARIANTS ------------ */
2997
2990
  .bs-button:where([data-variant^='secondary']) {
2998
2991
  --btn-ghost-ink: var(--bs-ink-secondary);
@@ -3166,7 +3159,6 @@ still work on disabled BsButtons) */
3166
3159
  .bs-button:where([aria-disabled="true"]) {
3167
3160
  --btn-ink: var(--bs-ink-disabled);
3168
3161
  --btn-main: var(--bs-bg-disabled);
3169
- box-shadow: none;
3170
3162
  transform: none;
3171
3163
  }
3172
3164
  .bs-button:where([data-ghost]:not([data-ghost="false"])):disabled,
@@ -3764,7 +3756,7 @@ button:where(.bs-filter-button) {
3764
3756
  --filterbtn-weight: 600;
3765
3757
  }
3766
3758
  /* Hover state */
3767
- .bs-filter-button:hover {
3759
+ .bs-filter-button:where(:not(:disabled):hover) {
3768
3760
  --filterbtn-color: var(--bs-primary-base);
3769
3761
  }
3770
3762
  /* Focus state */
@@ -7799,6 +7791,7 @@ a.bs-text-button {
7799
7791
  .bs-tooltip {
7800
7792
  display: block;
7801
7793
  padding: var(--bs-space-4);
7794
+ flex-direction: unset; /* unset flex-col coming from BsPopover */
7802
7795
  font-size: var(--bs-text-sm);
7803
7796
  color: var(--bs-ink-accent-2);
7804
7797
  text-align: center;