- fixed CSS glitch in map context menus (Firefox related), closed #693

This commit is contained in:
Mark Friedrich
2018-09-27 12:42:54 +02:00
parent 90cd026b0d
commit 1f504a1667
3 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -969,17 +969,17 @@ input[type="email"]{
.dropdown-submenu>a {
&:after{
display: block;
content: " ";
float: right;
display: block;
position: absolute;
right: 5px;
top: 7px;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: $gray-darker;
margin-top: 4px;
margin-right: 3px;
}
&:hover{