gjb2048 / moodle-theme_essential

The Essential Moodle Theme
https://gjb2048.github.io/moodle-theme_essential/
GNU General Public License v3.0
91 stars 120 forks source link

Suspended user odd rows #805

Closed gjb2048 closed 7 years ago

gjb2048 commented 7 years ago

Ref: https://moodle.org/mod/forum/discuss.php?d=346863

Need to think about this carefully and how possibly to make the selectors simpler.

Quick fix is '.generaltable tbody > tr:nth-child(odd) > td .usersuspended a:not(.btn):not([role="menuitem"])'. But probably not for alternative colours.

gjb2048 commented 7 years ago

I've been thinking about this quite a bit and the CSS is getting more and more complex, especially with tables. So I've decided to go with strike-though and italic text to represent the 'usersuspended' situation, 'dimmed' will just be italic. Will have to see the reaction.