diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-02-25 14:54:11 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-02-25 14:54:11 -0300 |
commit | e18b3539f8f08325fff32f9f9f39cdf4296d38d4 (patch) | |
tree | f5818cb68c0be7921705ffedfcd285af280652af /web-ui/app/scss | |
parent | 622ce98bf08d58584fe4af7e8967a7d579823ca2 (diff) |
#296 Moving the toggle control script to the tags hbs file so clicking on the tags icon now toggles the left nav. Next: extracting this JS to a proper place.
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/styles.scss | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 5cbe1ca5..819cb644 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -514,22 +514,25 @@ button { } } -.fake-left-off-canvas-toggle { +.side-nav-toggle, .side-nav-toggle-icon { color: white; + cursor: pointer; &:hover, &:focus { color: white; } + background: $secondary; + &.logout { + color: $action_buttons; + } +} +.side-nav-toggle-icon { padding: 9px 0px 8px 19px; display: block; left: 0; - background: $secondary; top: 0; position: relative; - &.logout { - color: $action_buttons; - } } .left-off-canvas-logo { |