mirror of
https://github.com/minio/minio.git
synced 2025-11-10 14:09:48 -05:00
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:
committed by
Harshavardhana
parent
565dc8b283
commit
bbbbb8d3e2
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user