Skip to content

Commit 2bd0b03

Browse files
authored
Meta: move .yesno styling to shared style sheet
See whatwg/whatwg.org#457.
1 parent 6e19cef commit 2bd0b03

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

styles.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
:root {
22
--bad-example-text: gray;
33

4-
--yesno-yes-bg: yellow;
5-
64
--control-glyph-text: #d50606;
75

86
--img-abstract-bg: #424242;
@@ -13,8 +11,6 @@
1311
:root {
1412
--bad-example-text: gray;
1513

16-
--yesno-yes-bg: #004000;
17-
1814
--control-glyph-text: #d50606;
1915

2016
--img-abstract-bg: #424242;
@@ -26,9 +22,6 @@ iframe { border: 0; }
2622

2723
.bad, .bad *:not(.X\58X) { color: var(--bad-example-text); }
2824

29-
.applies .yes, .yesno .yes { background: var(--yesno-yes-bg); }
30-
.yesno .yes, .yesno .no { text-align: center; }
31-
3225
.applies thead th > * { display: block; }
3326
.applies thead code { display: block; }
3427
.applies td { text-align: center; }

0 commit comments

Comments
 (0)