Skip to content
Snippets Groups Projects
Commit 92704298 authored by David Wagner's avatar David Wagner
Browse files

dropdowns.scss: Fix style issues after review


Signed-off-by: default avatarDavid Wagner <david@marvid.fr>
parent be0fb391
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -28,7 +28,6 @@
.dropdown-toggle,
.dropdown-menu-toggle {
@include chevron-active;
border-color: $dropdown-toggle-hover-border-color;
}
}
Loading
Loading
@@ -81,22 +80,18 @@
 
&:hover {
@include chevron-active;
border-color: $dropdown-toggle-hover-border-color;
}
 
&:focus:active {
@include chevron-active;
border-color: $dropdown-toggle-active-border-color;
}
}
 
.dropdown-menu-toggle {
@extend .dropdown-toggle;
padding-right: 20px;
position: relative;
width: 160px;
text-overflow: ellipsis;
Loading
Loading
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