feat: add selectable check modifiers

This commit is contained in:
Johannes Loher 2022-05-13 19:12:28 +02:00
parent d4945cf230
commit 82217dd971
8 changed files with 174 additions and 51 deletions

View file

@ -8,3 +8,8 @@
.ds4-hidden {
display: none;
}
// This is needed for higher specifity
form .ds4-hidden {
display: none;
}