@wwtdev/bsds-css 3.0.0 → 3.0.1
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
|
@@ -837,6 +837,16 @@ textarea,
|
|
|
837
837
|
select {
|
|
838
838
|
font: inherit;
|
|
839
839
|
}
|
|
840
|
+
button {
|
|
841
|
+
background-color: inherit;
|
|
842
|
+
border-color: transparent;
|
|
843
|
+
color: inherit;
|
|
844
|
+
font-family: inherit;
|
|
845
|
+
font-size: inherit;
|
|
846
|
+
padding: 0;
|
|
847
|
+
position: relative;
|
|
848
|
+
text-decoration: none;
|
|
849
|
+
}
|
|
840
850
|
/* Remove all animations and transitions for people that prefer not to see them */
|
|
841
851
|
@media (prefers-reduced-motion: reduce) {
|
|
842
852
|
html:where(:focus-within) {
|
|
@@ -7462,8 +7472,8 @@ a.bs-text-button {
|
|
|
7462
7472
|
}
|
|
7463
7473
|
.bs-toast:where([data-variant="negative"]) {
|
|
7464
7474
|
--toast-icon: var(--toast-icon-warning);
|
|
7465
|
-
--toast-icon-color: var(--bs-negative-
|
|
7466
|
-
--toast-variant-color: var(--bs-negative-
|
|
7475
|
+
--toast-icon-color: var(--bs-negative-base);
|
|
7476
|
+
--toast-variant-color: var(--bs-negative-base);
|
|
7467
7477
|
}
|
|
7468
7478
|
/* Toast Header - auto-add the icon */
|
|
7469
7479
|
.bs-toast :where(.bs-pop-header:not(:has(.bs-pop-title, .bs-pop-subtitle)))::before,
|