Fix dropdown arrow position

lolsob-rspec
Thibaut Girka 2018-09-06 22:00:25 +02:00 committed by ThibG
parent bd90f20e0c
commit 66dd890390
1 changed files with 2 additions and 2 deletions

View File

@ -415,14 +415,14 @@
&.top {
bottom: -5px;
margin-left: -13px;
margin-left: -7px;
border-width: 5px 7px 0;
border-top-color: $ui-secondary-color;
}
&.bottom {
top: -5px;
margin-left: -13px;
margin-left: -7px;
border-width: 0 7px 5px;
border-bottom-color: $ui-secondary-color;
}