MDL-69395 theme_classic: remove superfluous selector already in boost

This commit is contained in:
Eloy Lafuente (stronk7)
2020-09-17 13:05:40 +02:00
parent ab5d361c80
commit 8d791e12ba
2 changed files with 0 additions and 9 deletions
-5
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%;
-4
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%; }