@stackoverflow/stacks 3.0.0-beta.16 → 3.0.0-beta.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/css/stacks.css
CHANGED
|
@@ -990,7 +990,7 @@ button.s-banner--dismiss.focus-inset-bordered {
|
|
|
990
990
|
:has( > button.s-banner--dismiss) {
|
|
991
991
|
padding-left: var(--su24);
|
|
992
992
|
gap: calc(var(--su24) - var(--su2));
|
|
993
|
-
|
|
993
|
+
overflow-wrap: initial !important;
|
|
994
994
|
}
|
|
995
995
|
.s-banner[aria-hidden="true"] {
|
|
996
996
|
--_no-ty-offset: -1;
|
|
@@ -1599,6 +1599,7 @@ body.theme-system .theme-dark__forced .s-btn--radio:checked + .s-btn {
|
|
|
1599
1599
|
.s-btn--radio {
|
|
1600
1600
|
border: 0;
|
|
1601
1601
|
clip-path: inset(50%);
|
|
1602
|
+
/* stylelint-disable-next-line property-no-deprecated -- clip is kept for older browser compatibility alongside clip-path */
|
|
1602
1603
|
clip: rect(var(--su-static1), var(--su-static1), var(--su-static1), var(--su-static1));
|
|
1603
1604
|
height: var(--su-static1);
|
|
1604
1605
|
margin: var(--sun1);
|
|
@@ -3481,7 +3482,7 @@ button.s-notice--dismiss.focus-inset-bordered {
|
|
|
3481
3482
|
:has( > button.s-notice--dismiss) {
|
|
3482
3483
|
padding-left: var(--su24);
|
|
3483
3484
|
gap: calc(var(--su24) - var(--su2));
|
|
3484
|
-
|
|
3485
|
+
overflow-wrap: initial !important;
|
|
3485
3486
|
}
|
|
3486
3487
|
.s-notice--icon {
|
|
3487
3488
|
background: var(--_no-icon-bg);
|
|
@@ -16349,6 +16350,7 @@ ol {
|
|
|
16349
16350
|
.v-visible-sr,
|
|
16350
16351
|
.s-topbar .s-topbar--skip-link:not(:focus) {
|
|
16351
16352
|
border: 0;
|
|
16353
|
+
/* stylelint-disable-next-line property-no-deprecated -- clip is kept for older browser compatibility alongside clip-path */
|
|
16352
16354
|
clip: rect(var(--su-static1), var(--su-static1), var(--su-static1), var(--su-static1));
|
|
16353
16355
|
clip-path: inset(50%);
|
|
16354
16356
|
height: var(--su-static1);
|