Update css style output

The way we strip out default values has changed, leading
to some values sneaking through.
This commit is contained in:
Matthias Clasen
2020-01-15 17:56:56 -05:00
parent c4b77a5945
commit 4bdee4d3ae
6 changed files with 923 additions and 18 deletions

View File

@@ -6,8 +6,20 @@
check:dir(ltr):checked
label#label1:dir(ltr)
color: rgb(255,0,0); /* adjacent-states.css:2:3-14 */
text-decoration-color: rgb(255,0,0);
border-top-color: rgb(255,0,0);
border-right-color: rgb(255,0,0);
border-bottom-color: rgb(255,0,0);
border-left-color: rgb(255,0,0);
outline-color: rgb(255,0,0);
box.horizontal:dir(ltr)
checkbutton:dir(ltr)
check:dir(ltr)
label#label2:dir(ltr)
color: rgb(0,0,255); /* adjacent-states.css:6:3-15 */
text-decoration-color: rgb(0,0,255);
border-top-color: rgb(0,0,255);
border-right-color: rgb(0,0,255);
border-bottom-color: rgb(0,0,255);
border-left-color: rgb(0,0,255);
outline-color: rgb(0,0,255);

File diff suppressed because it is too large Load Diff

View File

@@ -2,6 +2,19 @@
decoration:dir(ltr)
box.horizontal:dir(ltr)
color: rgb(255,0,0); /* currentcolor.css:2:3-14 */
text-decoration-color: rgb(255,0,0);
border-top-color: rgb(255,0,0);
border-right-color: rgb(255,0,0);
border-bottom-color: rgb(255,0,0);
border-left-color: rgb(255,0,0);
outline-color: rgb(255,0,0);
label:dir(ltr)
color: rgb(255,0,0);
background-color: rgb(255,0,0); /* currentcolor.css:6:3-34 */
text-decoration-color: rgb(255,0,0);
border-top-color: rgb(255,0,0);
border-right-color: rgb(255,0,0);
border-bottom-color: rgb(255,0,0);
border-left-color: rgb(255,0,0);
outline-color: rgb(255,0,0);

View File

@@ -3,38 +3,22 @@
box.horizontal:dir(ltr)
font-size: 10px; /* font.css:2:3-27 */
font-family: "Comic Sans"; /* font.css:2:3-27 */
font-style: normal; /* font.css:2:3-27 */
font-weight: 400; /* font.css:2:3-27 */
font-stretch: normal; /* font.css:2:3-27 */
font-variant-caps: normal; /* font.css:2:3-27 */
label#label1:dir(ltr)
font-size: 8.3333333333333339px; /* font.css:6:3-22 */
font-family: "Comic Sans";
label#label2:dir(ltr)
font-size: 13.333333333333334px; /* font.css:10:3-36 */
font-family: "Cantarell", "sans-serif"; /* font.css:10:3-36 */
font-style: normal; /* font.css:10:3-36 */
font-weight: 400; /* font.css:10:3-36 */
font-stretch: normal; /* font.css:10:3-36 */
font-variant-caps: normal; /* font.css:10:3-36 */
label#label3:dir(ltr)
font-size: 8px; /* font.css:14:3-35 */
font-family: "monospace"; /* font.css:14:3-35 */
font-style: italic; /* font.css:14:3-35 */
font-weight: 700; /* font.css:14:3-35 */
font-stretch: normal; /* font.css:14:3-35 */
font-variant-caps: normal; /* font.css:14:3-35 */
label#label4:dir(ltr)
font-size: 8px; /* font.css:18:3-41 */
font-family: "serif"; /* font.css:18:3-41 */
font-style: oblique; /* font.css:18:3-41 */
font-weight: 400; /* font.css:18:3-41 */
font-stretch: expanded; /* font.css:18:3-41 */
font-variant-caps: normal; /* font.css:18:3-41 */
label#label5:dir(ltr)
font-size: 75.590551181102356px; /* font.css:22:3-29 */
font-family: "21st Century"; /* font.css:22:3-29 */
font-style: normal; /* font.css:22:3-29 */
font-weight: 400; /* font.css:22:3-29 */
font-stretch: normal; /* font.css:22:3-29 */
font-variant-caps: normal; /* font.css:22:3-29 */

View File

@@ -2,9 +2,21 @@
decoration:dir(ltr)
box.horizontal:dir(ltr)
color: rgb(255,0,0); /* inherit.css:2:3-14 */
text-decoration-color: rgb(255,0,0);
border-top-color: rgb(255,0,0);
border-right-color: rgb(255,0,0);
border-bottom-color: rgb(255,0,0);
border-left-color: rgb(255,0,0);
outline-color: rgb(255,0,0);
opacity: 0.5; /* inherit.css:3:3-16 */
label#label1:dir(ltr)
color: rgb(255,255,255); /* inherit.css:7:3-18 */
opacity: 0.5; /* inherit.css:8:3-20 */
label#label2:dir(ltr)
color: rgb(255,0,0);
text-decoration-color: rgb(255,0,0);
border-top-color: rgb(255,0,0);
border-right-color: rgb(255,0,0);
border-bottom-color: rgb(255,0,0);
border-left-color: rgb(255,0,0);
outline-color: rgb(255,0,0);

View File

@@ -5,3 +5,5 @@
font-family: "Comic Sans"; /* label.css:2:3-29 */
label:dir(ltr)
font-size: 10px;
font-family: "Comic Sans";