MDL-56922 theme_boost: grey out activity icon when hidden
authorDan Poltawski <dan@moodle.com>
Tue, 15 Nov 2016 12:31:37 +0000 (12:31 +0000)
committerDan Poltawski <dan@moodle.com>
Wed, 16 Nov 2016 11:58:42 +0000 (11:58 +0000)
This was present in bootstrapbase and is I think an important visual
distinction.

theme/boost/scss/moodle/course.scss

index 7662edc..4a13d62 100644 (file)
                 text-indent: -31px;
                 padding-left: 31px;
             }
+
+            .dimmed {
+                .activityicon {
+                    opacity: .5;
+                }
+            }
         }
     }