@stackoverflow/stacks 1.6.0 → 1.6.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/css/stacks.css
CHANGED
|
@@ -21719,15 +21719,15 @@ body.theme-highcontrast .s-btn.s-btn__github {
|
|
|
21719
21719
|
}
|
|
21720
21720
|
.s-btn--radio {
|
|
21721
21721
|
border: 0;
|
|
21722
|
-
clip: rect(1px, 1px, 1px, 1px);
|
|
21723
21722
|
clip-path: inset(50%);
|
|
21723
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
21724
21724
|
height: 1px;
|
|
21725
21725
|
margin: -1px;
|
|
21726
|
+
overflow-wrap: normal;
|
|
21726
21727
|
overflow: hidden;
|
|
21727
21728
|
padding: 0;
|
|
21728
21729
|
position: absolute;
|
|
21729
21730
|
width: 1px;
|
|
21730
|
-
overflow-wrap: normal;
|
|
21731
21731
|
}
|
|
21732
21732
|
.s-btn:not(.is-selected):not(.s-btn__link):not(.s-btn__unset):hover,
|
|
21733
21733
|
.s-btn:not(.is-selected):not(.s-btn__link):not(.s-btn__unset):focus {
|
|
@@ -387,8 +387,17 @@
|
|
|
387
387
|
& &--number {
|
|
388
388
|
color: var(--_bu-number-fc);
|
|
389
389
|
}
|
|
390
|
-
&--radio { // This lives alongside a .s-btn element
|
|
391
|
-
|
|
390
|
+
&--radio { // This lives alongside a .s-btn element. These styles are the equivelent of `.v-visible-sr`
|
|
391
|
+
border: 0;
|
|
392
|
+
clip-path: inset(50%);
|
|
393
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
394
|
+
height: 1px;
|
|
395
|
+
margin: -1px;
|
|
396
|
+
overflow-wrap: normal;
|
|
397
|
+
overflow: hidden;
|
|
398
|
+
padding: 0;
|
|
399
|
+
position: absolute;
|
|
400
|
+
width: 1px;
|
|
392
401
|
}
|
|
393
402
|
|
|
394
403
|
// INTERACTION
|