mirror of
https://github.com/moodle/moodle.git
synced 2025-03-20 07:30:01 +01:00
MDL-62930 theme_boost: Remove custom-select styles
These styles cause the custom select fields to overlap their containers. See the license field in the file picker single file info dialogue for an example.
This commit is contained in:
parent
674ef9baac
commit
14ae3b74aa
@ -173,10 +173,6 @@ $tag-font-weight: bold !default;
|
||||
@include float-right();
|
||||
}
|
||||
|
||||
.custom-select {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.fade.in {
|
||||
opacity: 1;
|
||||
}
|
||||
|
@ -8593,9 +8593,6 @@ a.dimmed_text:visited,
|
||||
#page-admin-report-backups-index .backup-unfinished[href]:focus, #page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo.maturity50 .info.release[href]:focus {
|
||||
background-color: #c9302c; }
|
||||
|
||||
.custom-select {
|
||||
width: auto; }
|
||||
|
||||
.fade.in {
|
||||
opacity: 1; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user