Center dropdown toggle correctly across browsers (#5395)

This commit also fixes the shifting issue for Firefox when the dropdown
toggle is clicked.
This commit is contained in:
Kaan Kabalak
2018-01-18 11:25:40 -08:00
committed by Harshavardhana
parent 565dc8b283
commit bbbbb8d3e2
3 changed files with 61 additions and 57 deletions

View File

@@ -62,7 +62,7 @@
background: darken(@red, 10%);
& > span {
.rotate(135deg);
transform: translateZ(1px) rotate(135deg);
}
}
}
@@ -89,7 +89,7 @@
i {
color: @white;
font-size: 17px;
line-height: 58px;
line-height: 55px;
}
}