Skip to content

Commit 2b12f2f

Browse files
authored
Merge pull request #366 from rackerlabs/fix-host-specificity
fix(CSS): correct :host selector specificity
2 parents fe1b00d + d35c6a5 commit 2b12f2f

27 files changed

+1016
-734
lines changed
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
@import (reference) "vars";
22

3-
:host {
4-
*, *::before, *::after {
5-
box-sizing: border-box;
6-
// TODO: convert below properties into .inheritTypography() mixin
7-
color: inherit;
8-
font: inherit;
9-
letter-spacing: inherit;
10-
}
3+
*, *::before, *::after {
4+
box-sizing: border-box;
5+
// TODO: convert below properties into .inheritTypography() mixin
6+
color: inherit;
7+
font: inherit;
8+
letter-spacing: inherit;
119
}

test/dom-snapshots/components-checkboxes-chrome.js.md

Lines changed: 0 additions & 79 deletions
This file was deleted.
-374 Bytes
Binary file not shown.

test/dom-snapshots/components-checkboxes-firefox.js.md

Lines changed: 0 additions & 79 deletions
This file was deleted.
-879 Bytes
Binary file not shown.

test/dom-snapshots/components-checkboxes-safari.js.md

Lines changed: 0 additions & 79 deletions
This file was deleted.
-374 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)