0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/client
James Seymour-Lock ffab3127ae UI/CSS Improvements
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
2016-01-28 08:35:43 -05:00
..
app UI/CSS Improvements 2016-01-28 08:35:43 -05:00
config Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
lib Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
public/assets Move user/cover image files used in admin team area into the client folder 2016-01-14 16:26:48 +00:00
tests Fix missing tags list link on mobile 2016-01-26 18:42:13 +01:00
.ember-cli
.gitignore
.jscsrc Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
.jshintrc Remove $ from jshint's predef, always use Ember's $ 2015-12-01 20:52:25 +00:00
.watchmanconfig deps: ember-cli@1.13.13 2015-11-30 11:21:39 -06:00
bower.json deps: ember@2.3.0 2016-01-20 13:16:15 +00:00
ember-cli-build.js Remove unused ember-resize dependency 2015-12-01 11:03:53 +00:00
package.json deps: ember-simple-auth@1.0.1 2016-01-25 15:52:07 +00:00
testem.json Fix random ember test failures 2015-10-14 11:26:21 +01:00