1
0
mirror of https://github.com/flarum/core.git synced 2025-07-20 08:11:27 +02:00

Apply split dropdown styles on mobiles too

Normal split dropdowns, not in the context of the app's primary control (top-right toolbar button), may be used by extensions (e.g. embed)
This commit is contained in:
Toby Zerner
2015-11-03 18:08:55 +10:30
parent eef5101238
commit 80094ae413

View File

@@ -109,7 +109,6 @@
} }
@media @tablet-up {
.Dropdown--split { .Dropdown--split {
.Dropdown-toggle .Button-icon { .Dropdown-toggle .Button-icon {
display: none; display: none;
@@ -134,7 +133,6 @@
} }
} }
} }
}
.Dropdown--expanded() { .Dropdown--expanded() {
.Dropdown-toggle { .Dropdown-toggle {