Delete unsuage less files and add rule to remove shadow in buttons if they are in a dropdown
This commit is contained in:
parent
4fca369b2e
commit
ec73c67c59
|
@ -32,9 +32,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.hook-modal-misc() {
|
.hook-modal-misc() {
|
||||||
.uk-modal {
|
.uk-modal, uk-dropdown {
|
||||||
|
|
||||||
.uk-button {
|
.uk-button, uk-icon-button {
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue