@wwtdev/bsds-css 3.0.1 → 3.0.2
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
|
@@ -1230,9 +1230,16 @@ a {
|
|
|
1230
1230
|
text-underline-offset: 2px;
|
|
1231
1231
|
transition: all var(--bs-transition-quick) var(--bs-transition-ease);
|
|
1232
1232
|
}
|
|
1233
|
+
a:where([data-unstyled="true"]) {
|
|
1234
|
+
color: inherit;
|
|
1235
|
+
text-decoration: none;
|
|
1236
|
+
}
|
|
1233
1237
|
a:where(:visited) {
|
|
1234
1238
|
color: var(--bs-ink-secondary);
|
|
1235
1239
|
}
|
|
1240
|
+
a:where([data-unstyled="true"]):where(:hover) {
|
|
1241
|
+
color: inherit;
|
|
1242
|
+
}
|
|
1236
1243
|
a:where(:focus-visible) {
|
|
1237
1244
|
outline-offset: var(--bs-space-1);
|
|
1238
1245
|
outline-style: solid;
|
|
@@ -5525,13 +5532,13 @@ label:where(.bs-label) {
|
|
|
5525
5532
|
}
|
|
5526
5533
|
/* Deprecated; use "data-status positive" instead */
|
|
5527
5534
|
.bs-pill:where([data-status^="complete"]) {
|
|
5528
|
-
--status-color: var(--bs-purple-
|
|
5535
|
+
--status-color: var(--bs-purple-400);
|
|
5529
5536
|
--pill-background: var(--bs-purple-100);
|
|
5530
5537
|
}
|
|
5531
5538
|
/* Dark mode selector for complete */
|
|
5532
5539
|
:where(.dark) .bs-pill:where([data-status^="complete"]) {
|
|
5533
5540
|
--status-color: var(--bs-purple-100);
|
|
5534
|
-
--pill-background: var(--bs-purple-
|
|
5541
|
+
--pill-background: var(--bs-purple-400);
|
|
5535
5542
|
}
|
|
5536
5543
|
/* ------------------------------ Filter Styles ------------------------------ */
|
|
5537
5544
|
.bs-pill:where([data-variant^="filter"]) {
|
|
@@ -6675,6 +6682,11 @@ a.bs-text-button {
|
|
|
6675
6682
|
visibility: visible;
|
|
6676
6683
|
pointer-events: auto;
|
|
6677
6684
|
width: var(--bs-vertical-nav-width);
|
|
6685
|
+
position: fixed;
|
|
6686
|
+
}
|
|
6687
|
+
|
|
6688
|
+
.bs-vertical-nav:where([data-sticky="true"]) {
|
|
6689
|
+
position: sticky;
|
|
6678
6690
|
}
|
|
6679
6691
|
|
|
6680
6692
|
.bs-vertical-nav:where([data-narrow="true"]) {
|