Files
edx-platform/lms/static/sass
Kyle McCormick a03bb13492 Fix hiding of completion/bookmark indicators in legacy courseware (#25919)
In the edx.org-next theme, the completion green check-
marks and the little bookmark icons were appearing on every
single unit. This was because a fontawesome CSS rule
in the new theme was overriding the `display: none`,
as set by `.is-hidden`, to be `display: inline: block`.

The fix is to add `!important` to a couple definitions
of `.is-hidden`. Definitely somewhat hacky, but this is
SCSS that we plan to deprecate at some point anyway.

TNL-7823
2020-12-18 17:08:13 -05:00
..
2020-12-16 17:30:04 +05:00
2020-12-08 03:14:31 +05:00
2020-05-06 16:07:14 -04:00
2018-07-10 02:27:11 +05:30
2020-04-09 12:55:26 -04:00
2020-04-09 12:55:26 -04:00

Sass Watch:

sass --watch lms/static/sass:lms/static/sass -r ./lms/static/sass/bourbon/lib/bourbon.rb