MDL-75669 theme_boost: Fix simplesearchform BS5 related styles
This commit is contained in:
@@ -3098,6 +3098,7 @@ blockquote {
|
||||
.gradesearchdropdown,
|
||||
.groupsearchdropdown {
|
||||
&.dropdown-menu {
|
||||
top: 100%;
|
||||
width: 350px;
|
||||
.searchresultitemscontainer {
|
||||
max-height: 170px;
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
top: 0;
|
||||
right: 0;
|
||||
color: $gray-600;
|
||||
z-index: 4;
|
||||
z-index: 6;
|
||||
}
|
||||
.btn-close {
|
||||
right: 2.5rem;
|
||||
|
||||
@@ -28408,6 +28408,7 @@ blockquote {
|
||||
.usersearchdropdown.dropdown-menu,
|
||||
.gradesearchdropdown.dropdown-menu,
|
||||
.groupsearchdropdown.dropdown-menu {
|
||||
top: 100%;
|
||||
width: 350px;
|
||||
}
|
||||
.usersearchdropdown.dropdown-menu .searchresultitemscontainer,
|
||||
@@ -34725,7 +34726,7 @@ body.path-question-type .mform fieldset.hidden {
|
||||
top: 0;
|
||||
right: 0;
|
||||
color: #6a737b;
|
||||
z-index: 4;
|
||||
z-index: 6;
|
||||
}
|
||||
.simplesearchform .btn-close {
|
||||
right: 2.5rem;
|
||||
|
||||
@@ -28408,6 +28408,7 @@ blockquote {
|
||||
.usersearchdropdown.dropdown-menu,
|
||||
.gradesearchdropdown.dropdown-menu,
|
||||
.groupsearchdropdown.dropdown-menu {
|
||||
top: 100%;
|
||||
width: 350px;
|
||||
}
|
||||
.usersearchdropdown.dropdown-menu .searchresultitemscontainer,
|
||||
@@ -34725,7 +34726,7 @@ body.path-question-type .mform fieldset.hidden {
|
||||
top: 0;
|
||||
right: 0;
|
||||
color: #6a737b;
|
||||
z-index: 4;
|
||||
z-index: 6;
|
||||
}
|
||||
.simplesearchform .btn-close {
|
||||
right: 2.5rem;
|
||||
|
||||
Reference in New Issue
Block a user