From c73de4d5f1ff0e72af782ee1b9c29447b3dbc824 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Wed, 6 Jul 2016 15:29:41 +0100 Subject: [PATCH] MDL-55167 less: remove empty blocks --- theme/bootstrapbase/less/moodle/admin.less | 7 +------ theme/bootstrapbase/less/moodle/backup-restore.less | 3 +-- theme/bootstrapbase/less/moodle/modules.less | 1 - theme/bootstrapbase/less/moodle/question.less | 3 +-- 4 files changed, 3 insertions(+), 11 deletions(-) diff --git a/theme/bootstrapbase/less/moodle/admin.less b/theme/bootstrapbase/less/moodle/admin.less index ad1711d1515..d1413633432 100644 --- a/theme/bootstrapbase/less/moodle/admin.less +++ b/theme/bootstrapbase/less/moodle/admin.less @@ -597,13 +597,8 @@ img.iconsmall { font-size: @fontSizeSmall; .muted; } - .release { - } - } - .availability { - } - .settings { } + .uninstall { a { color: @errorText; diff --git a/theme/bootstrapbase/less/moodle/backup-restore.less b/theme/bootstrapbase/less/moodle/backup-restore.less index 6fd03f17681..53f457821df 100644 --- a/theme/bootstrapbase/less/moodle/backup-restore.less +++ b/theme/bootstrapbase/less/moodle/backup-restore.less @@ -36,8 +36,7 @@ font-weight: bold; color: inherit; } -.path-backup .backup_progress .backup_stage.backup_stage_next { -} + .path-backup .backup_progress span.backup_stage.backup_stage_complete { color: inherit; } diff --git a/theme/bootstrapbase/less/moodle/modules.less b/theme/bootstrapbase/less/moodle/modules.less index eb72a5609cb..faba707254e 100644 --- a/theme/bootstrapbase/less/moodle/modules.less +++ b/theme/bootstrapbase/less/moodle/modules.less @@ -609,7 +609,6 @@ div#dock { } .box-shadow (0 5px 10px rgba(0, 0, 0, 0.2)); } - &:hover .toggle-display {} } } } diff --git a/theme/bootstrapbase/less/moodle/question.less b/theme/bootstrapbase/less/moodle/question.less index ff6c0034764..41980bfbe37 100644 --- a/theme/bootstrapbase/less/moodle/question.less +++ b/theme/bootstrapbase/less/moodle/question.less @@ -239,8 +239,7 @@ body.path-question-type .fitem_fgroup .accesshide { .path-mod-quiz input[size] { width: auto; } -.que .outcome { -} + .que .comment { .alert-success; } -- 2.43.0