@include userSelectNone;
- > span.icon {
- display: none;
+ @include large-screen-only {
+ > .icon {
+ display: none;
+ }
+ }
+
+ @include small-screen-only {
+ > .icon {
+ display: block;
+ }
+
+ > span:not(.icon) {
+ display: none;
+ }
}
}
}
}
}
-@include small-screen-only {
- .messageTabMenu {
- > nav > ul > li:not(.active) > a {
- > span.icon {
- display: block;
- }
-
- > span:not(.icon) {
- display: none;
- }
- }
-
- > div > nav {
- // TODO: margin: ($wcfGapTiny - $wcfGapSmall) -$wcfGapSmall $wcfGapSmall -$wcfGapSmall;
- }
- }
-}
-
/* fix for Firefox - fieldsets are set to display: table-column which cause an odd gap between the fieldset
and the next element, similar to gaps with display: inline-block and font-size > 0 */
@-moz-document url-prefix() {