mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
633f224ab5
Remove shadow on last tag item hover, was an inconsistent style addition thats not used elsewhere such as the content list - Remove box-shadow on last of type settings tag hover state - http://g.recordit.co/CEglFT7Hlr.gif Remove * selector and specify user-select on individual classes for performance. - remove * selector - update classes that benefit from user-select none Having different visuals based around if a radio/checkbox uses a label or not is weird and style changes should use a class modifier. - Merged the two together as I was unable to find an example checkbox/radio in use that did not use the label tag Improved UI for radio/checkboxes - Added cursor pointer to radio/checkboxes - Added hover state to radio/checkboxes Add cursor to select boxes for usability - cursor: pointer; added to select boxes Add hover state to post edit icon - add dark grey hover state to post edit icon Add visual hover to nav user menu dropdown - Move dropdown icon to visually indicate hover |
||
---|---|---|
.. | ||
_shame.css | ||
buttons.css | ||
forms.css | ||
global.css | ||
icons.css | ||
labels.css | ||
navlist.css | ||
tables.css |