@ -192,6 +192,10 @@ html.touch {
}
html.ie11 .listing.iconized li a:before {
font-size: 1.25rem;
.listing.iconized tr {
td:before {
&:extend(.font-icon-class);
@ -103,3 +103,13 @@
html.ie11 {
.searchbar,
.searchfilterbar {
a:before {
line-height: 3.2;
@ -181,6 +181,7 @@
.dropbutton {
a.button.dropdown {
font-size: 75%;
overflow: hidden; /* for IE11 */
span.inner {
display: none;
@ -510,6 +511,10 @@ html.touch {
html.ie11 .toolbar .dropbutton a.dropdown:before {
font-size: 80%;
@media screen and (min-width: (@screen-width-small + 1px)) {
ul.toolbar {
flex: 1;