-
Bug
-
Resolution: Fixed
-
Major
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
MDL-73274-master -
The "Add a block" link is not consistent with the "Add an activity or resource" link:
- Block has an underline on hover, Activity does not
- The + icon used are the inverse of each other
- Padding is vastly different
- Add a block is not positioned in the middle
(EDIT to add rafaellechugo's proposal to description)
Changes to implement on "Add an activity or resourde" link:
- the roundness of the box around the "plus" icon should be defined by its correspondent bootstrap theme variables
- the box around the "plus" icon should have the same colour as the icon and the link (it looks clearer now)
- the gap between the box containing the plus icon and the text should be the same as the container padding (1rem or 16px)
- when hovering the container background gets slightly darker
- when hovering the container the text gets underlined
Changes to implement on "Add block" link:
- Move the plus icon to the left (however I don't think it should be printed inside a box, like its bigger counterpart)
- they both use the same icon now
- they both use the same padding now
- when hovering the container background gets slightly darker
- when hovering the container the text gets underlined
- It should not be printed inside a white "block"
- It should be printed against the page background and have the same width as the blocks
- has a non-specific relationship to
-
MDL-73381 Update page background to white
- Closed