QUnit test for overriding important css declarations, references #4427
This commit is contained in:
parent
31b3c44db3
commit
1299e89dcd
2 changed files with 19 additions and 0 deletions
|
@ -109,3 +109,7 @@ div#show-tests * { display: none; }
|
|||
#nothiddendiv { font-size: 16px; }
|
||||
#nothiddendivchild.em { font-size: 2em; }
|
||||
#nothiddendivchild.prct { font-size: 150%; }
|
||||
|
||||
div.isimportant {
|
||||
background-color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue