BigW Consortium Gitlab

Commit d4f14fb0 by Annabel Dunstone Gray Committed by James Edwards-Jones

Merge branch '35482-dropdown' into 'master'

fix :focus styles for selected filter dropdown items Closes #35482 See merge request !13070
parent d8b66615
......@@ -413,13 +413,16 @@
background-color: $dropdown-hover-color;
color: $white-light;
text-decoration: none;
outline: 0;
.avatar {
border-color: $white-light;
}
}
.filter-dropdown-item {
.droplab-dropdown .dropdown-menu .filter-dropdown-item {
padding: 0;
.btn {
border: none;
width: 100%;
......@@ -454,14 +457,11 @@
}
.dropdown-user {
display: -webkit-flex;
display: flex;
}
.dropdown-user-details {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
&> span {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment