mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-56922 theme_boost: grey out activity icon when hidden
This was present in bootstrapbase and is I think an important visual distinction.
This commit is contained in:
parent
b4d6669dd0
commit
3b195bfb81
@ -89,6 +89,12 @@
|
||||
text-indent: -31px;
|
||||
padding-left: 31px;
|
||||
}
|
||||
|
||||
.dimmed {
|
||||
.activityicon {
|
||||
opacity: .5;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user