Do not lose ship selector selection on narrow screens

This commit is contained in:
Cmdr McDonald
2017-01-02 12:05:55 +00:00
parent be1bfeb6f3
commit 40f213c883

View File

@@ -32,25 +32,6 @@
cursor: pointer; cursor: pointer;
color: @warning; color: @warning;
text-transform: uppercase; text-transform: uppercase;
// Less than 600px screen width: hide text
&.disabled {
color: @warning-disabled;
cursor: default;
}
&.selected {
background-color: @bgBlack;
}
.menu-item-label {
margin-left: 1em;
display: inline-block;
.smallTablet({
display: none;
});
}
} }
.menu-list { .menu-list {