MDL-69395 theme_classic: remove superfluous selector already in boost

This commit is contained in:
Eloy Lafuente (stronk7) 2020-09-17 13:02:53 +02:00
parent d4d798e684
commit 75f0ebd3fe
2 changed files with 0 additions and 9 deletions

View File

@ -107,11 +107,6 @@ body {
box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}
.filemanager-container,
.filepicker-filelist {
border: $border-width solid $border-color;
}
// Rounded user pictures
.userpicture {
border-radius: 50%;

View File

@ -19360,10 +19360,6 @@ body {
.navbar {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }
.filemanager-container,
.filepicker-filelist {
border: 1px solid #dee2e6; }
.userpicture {
border-radius: 50%; }