-
Improvement
-
Resolution: Fixed
-
Minor
-
4.1
-
MOODLE_401_STABLE
-
MOODLE_401_STABLE
-
MDL-76084-master -
-
1
-
HQ 2-week review sprint
During the user testing, some users experience difficulties finding the new sticky footer component. The general consensus is that the component will be more obvious by applying a shadow to the element.
the proposed shadow is the standard bootstrap shadow color and length (length=1rem color=rgba($black, .15)).
However, we cannot use the "shadow" class because the bootstrap shadow is not centered on the element but a bit below. The solution is to add this rule directly into the .stickyfooter SCSS:
box-shadow: 0 0 1rem rgba($black, .15); |