From 14ae3b74aa4191926a9b6e37d5a3e3d58c42b815 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Fri, 20 Jul 2018 16:41:02 +0800 Subject: [PATCH] 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. --- theme/boost/scss/moodle/bs4alphacompat.scss | 4 ---- theme/boost/style/moodle.css | 3 --- 2 files changed, 7 deletions(-) diff --git a/theme/boost/scss/moodle/bs4alphacompat.scss b/theme/boost/scss/moodle/bs4alphacompat.scss index 4d01c212437..a017c2c948d 100644 --- a/theme/boost/scss/moodle/bs4alphacompat.scss +++ b/theme/boost/scss/moodle/bs4alphacompat.scss @@ -173,10 +173,6 @@ $tag-font-weight: bold !default; @include float-right(); } -.custom-select { - width: auto; -} - .fade.in { opacity: 1; } diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index fd959e4dbe7..1b76193d2ea 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -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; }