MDL-65448 block_site_main_menu: Restyle moving.
authorLuca Bösch <luca.boesch@bfh.ch>
Mon, 19 Oct 2020 07:52:54 +0000 (09:52 +0200)
committerSara Arjona <sara@moodle.com>
Tue, 20 Oct 2020 15:23:48 +0000 (17:23 +0200)
theme/boost/scss/moodle/blocks.scss
theme/boost/style/moodle.css
theme/classic/style/moodle.css

index fed8bbe..7a9d4bf 100644 (file)
@@ -366,11 +366,11 @@ body.drawer-open-left #region-main.has-blocks {
     }
 }
 
-.block_social_activities li a.movehere {
+.block_social_activities li a.movehere,
+.block_site_main_menu li a.movehere {
     display: block;
     width: 100%;
     height: 2rem;
     border: 2px dashed $gray-800;
     margin: 4px 0;
-
-}
\ No newline at end of file
+}
index 2ff9e7f..bebc19e 100644 (file)
@@ -12745,7 +12745,8 @@ input[disabled] {
     border-left: 0;
     border-right: 0; } }
 
-.block_social_activities li a.movehere {
+.block_social_activities li a.movehere,
+.block_site_main_menu li a.movehere {
   display: block;
   width: 100%;
   height: 2rem;
index 6c269ff..7451c2f 100644 (file)
@@ -12959,7 +12959,8 @@ input[disabled] {
     border-left: 0;
     border-right: 0; } }
 
-.block_social_activities li a.movehere {
+.block_social_activities li a.movehere,
+.block_site_main_menu li a.movehere {
   display: block;
   width: 100%;
   height: 2rem;