@stackoverflow/stacks 2.7.1 → 2.7.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/css/stacks.css +33 -21
- package/dist/css/stacks.min.css +1 -1
- package/lib/components/anchor/anchor.less +85 -78
- package/lib/components/link/link.less +25 -18
- package/lib/components/notice/notice.less +195 -195
- package/package.json +1 -1
package/dist/css/stacks.css
CHANGED
|
@@ -484,6 +484,10 @@ body.theme-highcontrast .s-activity-indicator.s-activity-indicator__warning {
|
|
|
484
484
|
--_an-a-fc-hover: inherit;
|
|
485
485
|
--_an-a-fc-visited: inherit;
|
|
486
486
|
}
|
|
487
|
+
.s-anchors.s-anchors__inherit a:not(.s-link):not(.s-btn),
|
|
488
|
+
.s-anchors.s-anchors__inherit .s-btn.s-btn__link {
|
|
489
|
+
color: var(--_an-a-fc) !important;
|
|
490
|
+
}
|
|
487
491
|
.s-anchors.s-anchors__muted {
|
|
488
492
|
--_an-a-fc: var(--black-400);
|
|
489
493
|
--_an-a-fc-hover: var(--black-500);
|
|
@@ -1419,10 +1423,6 @@ fieldset[disabled] .s-btn.s-btn__link {
|
|
|
1419
1423
|
opacity: var(--_o-disabled-static);
|
|
1420
1424
|
pointer-events: none;
|
|
1421
1425
|
}
|
|
1422
|
-
.s-btn.s-btn__link:active,
|
|
1423
|
-
.s-btn.s-btn__link:hover {
|
|
1424
|
-
--_li-fc: var(--_li-fc-hover);
|
|
1425
|
-
}
|
|
1426
1426
|
button.s-btn.s-btn__link {
|
|
1427
1427
|
appearance: none;
|
|
1428
1428
|
background: transparent;
|
|
@@ -1438,6 +1438,10 @@ button.s-btn.s-btn__link:focus {
|
|
|
1438
1438
|
p .s-btn.s-btn__link {
|
|
1439
1439
|
text-decoration: underline;
|
|
1440
1440
|
}
|
|
1441
|
+
.s-btn.s-btn__link:active,
|
|
1442
|
+
.s-btn.s-btn__link:hover {
|
|
1443
|
+
--_li-fc: var(--_li-fc-hover);
|
|
1444
|
+
}
|
|
1441
1445
|
.s-btn.s-btn__unset {
|
|
1442
1446
|
outline: initial;
|
|
1443
1447
|
}
|
|
@@ -2617,17 +2621,27 @@ body.theme-highcontrast .s-label--status {
|
|
|
2617
2621
|
line-height: 0;
|
|
2618
2622
|
text-decoration: none !important;
|
|
2619
2623
|
}
|
|
2620
|
-
a:
|
|
2621
|
-
a
|
|
2622
|
-
a
|
|
2623
|
-
a
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
a
|
|
2627
|
-
a
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2624
|
+
a:not([class*="s-"]):not(.post-tag):not(.badge):not(.badge-tag):active,
|
|
2625
|
+
a.s-link:active,
|
|
2626
|
+
a.s-sidebarwidget--action:active,
|
|
2627
|
+
a.s-user-card--link:active,
|
|
2628
|
+
a:not([class*="s-"]):not(.post-tag):not(.badge):not(.badge-tag):hover,
|
|
2629
|
+
a.s-link:hover,
|
|
2630
|
+
a.s-sidebarwidget--action:hover,
|
|
2631
|
+
a.s-user-card--link:hover {
|
|
2632
|
+
color: var(--_an-a-fc-hover, var(--_li-fc-hover));
|
|
2633
|
+
}
|
|
2634
|
+
a:not([class*="s-"]):not(.post-tag):not(.badge):not(.badge-tag):visited,
|
|
2635
|
+
a.s-link:visited,
|
|
2636
|
+
a.s-sidebarwidget--action:visited,
|
|
2637
|
+
a.s-user-card--link:visited {
|
|
2638
|
+
color: var(--_an-a-fc-visited, var(--_li-fc-visited));
|
|
2639
|
+
}
|
|
2640
|
+
a:not([class*="s-"]):not(.post-tag):not(.badge):not(.badge-tag):hover:visited,
|
|
2641
|
+
a.s-link:hover:visited,
|
|
2642
|
+
a.s-sidebarwidget--action:hover:visited,
|
|
2643
|
+
a.s-user-card--link:hover:visited {
|
|
2644
|
+
color: var(--_an-a-fc-hover-visited, var(--_li-fc-hover-visited));
|
|
2631
2645
|
}
|
|
2632
2646
|
a,
|
|
2633
2647
|
.s-link {
|
|
@@ -2714,12 +2728,6 @@ fieldset[disabled] .s-link {
|
|
|
2714
2728
|
opacity: var(--_o-disabled-static);
|
|
2715
2729
|
pointer-events: none;
|
|
2716
2730
|
}
|
|
2717
|
-
a:active,
|
|
2718
|
-
.s-link:active,
|
|
2719
|
-
a:hover,
|
|
2720
|
-
.s-link:hover {
|
|
2721
|
-
--_li-fc: var(--_li-fc-hover);
|
|
2722
|
-
}
|
|
2723
2731
|
button.s-link {
|
|
2724
2732
|
appearance: none;
|
|
2725
2733
|
background: transparent;
|
|
@@ -2735,6 +2743,10 @@ button.s-link:focus {
|
|
|
2735
2743
|
p .s-link {
|
|
2736
2744
|
text-decoration: underline;
|
|
2737
2745
|
}
|
|
2746
|
+
.s-link:active,
|
|
2747
|
+
.s-link:hover {
|
|
2748
|
+
--_li-fc: var(--_li-fc-hover);
|
|
2749
|
+
}
|
|
2738
2750
|
.s-link-preview {
|
|
2739
2751
|
--_lp-details-fc: var(--black-400);
|
|
2740
2752
|
--_lp-details-mt: var(--su2);
|