Skip to content
Snippets Groups Projects
Commit 67446042 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2094817 by mcjim: Fixed Vertical toolbar down icons are stretched.

parent d05b3d33
No related branches found
No related tags found
No related merge requests found
......@@ -305,7 +305,7 @@
}
.toolbar .menu .menu .toolbar-icon.toolbar-handle:before {
background-image: url("../../../misc/icons/5181c6/twistie-down.svg");
background-size: 75% 75%;
background-size: 75%;
}
.no-svg .toolbar .menu .menu .toolbar-icon.toolbar-handle:before {
background-image: url("../../../misc/icons/5181c6/twistie-down.png");
......@@ -313,7 +313,7 @@
}
.toolbar .menu .menu .toolbar-icon.toolbar-handle.open:before {
background-image: url("../../../misc/icons/787878/twistie-up.svg");
background-size: 75% 75%;
background-size: 75%;
}
.no-svg .toolbar .menu .menu .toolbar-icon.toolbar-handle.open:before {
background-image: url("../../../misc/icons/787878/twistie-up.png");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment