css: Add a :dnd pseudoclass

This will be used for drag highlighting.
This commit is contained in:
Matthias Clasen
2015-12-02 23:23:36 -05:00
parent 574246a3d8
commit cbde3ee01f
5 changed files with 16 additions and 4 deletions

View File

@ -53,3 +53,7 @@
:checked {
color: red;
}
:dnd {
color: red;
}

View File

@ -53,3 +53,7 @@
:checked {
color: rgb(255,0,0);
}
:dnd {
color: rgb(255,0,0);
}