MDL-75669 theme_boost: Fix simplesearchform BS5 related styles

This commit is contained in:
Mikel Martín
2025-02-14 10:58:36 +01:00
parent 8f2b26dd26
commit dd0f589e5e
4 changed files with 6 additions and 3 deletions
+1
View File
@@ -3098,6 +3098,7 @@ blockquote {
.gradesearchdropdown,
.groupsearchdropdown {
&.dropdown-menu {
top: 100%;
width: 350px;
.searchresultitemscontainer {
max-height: 170px;
+1 -1
View File
@@ -35,7 +35,7 @@
top: 0;
right: 0;
color: $gray-600;
z-index: 4;
z-index: 6;
}
.btn-close {
right: 2.5rem;
+2 -1
View File
@@ -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;
+2 -1
View File
@@ -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;