Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2016-05-25 11:36:44 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2016-05-25 11:36:44 +0300
commit3d71969badaa99c02156e4273256765c21f6ab85 (patch)
treeaeb2cbd26c7c33f005a2b8a017684cdcecd12eca /test
parent6972ca156e473009d09cb9489ef43cb69cdae747 (diff)
In typey-chroma-kss fork, prevent button variations from generating bogus HTML element selectors
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/fork-versions/typey-chroma-kss/output.css41
1 files changed, 21 insertions, 20 deletions
diff --git a/test/fixtures/fork-versions/typey-chroma-kss/output.css b/test/fixtures/fork-versions/typey-chroma-kss/output.css
index 7393b4a..18f47b0 100644
--- a/test/fixtures/fork-versions/typey-chroma-kss/output.css
+++ b/test/fixtures/fork-versions/typey-chroma-kss/output.css
@@ -299,27 +299,28 @@ button,
[type='submit']:active {
text-decoration: none;
color: #000; }
- .button[disabled],
- button[disabled],
- [type='button'][disabled],
- [type='reset'][disabled],
- [type='submit'][disabled] {
- cursor: default;
+
+[disabled].button,
+button[disabled],
+[disabled][type='button'],
+[disabled][type='reset'],
+[disabled][type='submit'] {
+ cursor: default;
+ color: #999999; }
+ [disabled].button:hover,
+ button[disabled]:hover,
+ [disabled][type='button']:hover,
+ [disabled][type='reset']:hover,
+ [disabled][type='submit']:hover, [disabled].button:focus,
+ button[disabled]:focus,
+ [disabled][type='button']:focus,
+ [disabled][type='reset']:focus,
+ [disabled][type='submit']:focus, [disabled].button:active,
+ button[disabled]:active,
+ [disabled][type='button']:active,
+ [disabled][type='reset']:active,
+ [disabled][type='submit']:active {
color: #999999; }
- .button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active,
- button[disabled]:hover,
- button[disabled]:focus,
- button[disabled]:active,
- [type='button'][disabled]:hover,
- [type='button'][disabled]:focus,
- [type='button'][disabled]:active,
- [type='reset'][disabled]:hover,
- [type='reset'][disabled]:focus,
- [type='reset'][disabled]:active,
- [type='submit'][disabled]:hover,
- [type='submit'][disabled]:focus,
- [type='submit'][disabled]:active {
- color: #999999; }
[type='checkbox'],
[type='radio'] {