css: Add a :dnd pseudoclass
This will be used for drag highlighting.
This commit is contained in:
@ -53,3 +53,7 @@
|
||||
:checked {
|
||||
color: red;
|
||||
}
|
||||
|
||||
:dnd {
|
||||
color: red;
|
||||
}
|
||||
|
||||
@ -53,3 +53,7 @@
|
||||
:checked {
|
||||
color: rgb(255,0,0);
|
||||
}
|
||||
|
||||
:dnd {
|
||||
color: rgb(255,0,0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user