Skip to content

Commit 3a02760

Browse files
qu1chu5lozy219
authored andcommitted
Editorial: improve named character references table CSS
Fixes whatwg#10618.
1 parent e9121d7 commit 3a02760

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

source

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144076,6 +144076,7 @@ INSERT INTERFACES HERE
144076144076
Aharon (Vladimir) Lanin,
144077144077
Ajai Tirumali,
144078144078
Ajay Poshak, <!-- ajayposhak on GitHub -->
144079+
Akash Balenalli
144079144080
Akatsuki Kitamura,
144080144081
Alan Plum,
144081144082
Alastair Campbell,

styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ td.eg { border-width: thin; text-align: center; }
9999
}
100100
#named-character-references-table > table > tbody > tr > td:first-child + td,
101101
#named-character-references-table > table > tbody > tr > td:last-child { text-align: center; }
102-
#named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.5em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: var(--bg, Canvas); width: 1.25em; height: auto; text-align: center; }
102+
#named-character-references-table > table > tbody > tr > td:last-child:hover > span { position: absolute; top: auto; left: auto; margin-left: 0.2em; line-height: 1.2; font-size: 5em; border: outset; padding: 0.25em 0.5em; background: var(--bg, Canvas); width: 1.25em; height: auto; text-align: center; }
103103
#named-character-references-table > table > tbody > tr#entity-CounterClockwiseContourIntegral > td:first-child { font-size: 0.5em; }
104104
#named-character-references-table span.glyph.control { color: var(--control-glyph-text); }
105105

0 commit comments

Comments
 (0)