diff options
Diffstat (limited to 'client/components/main/header.styl')
-rw-r--r-- | client/components/main/header.styl | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/client/components/main/header.styl b/client/components/main/header.styl index eaf391f7..76a1bc8c 100644 --- a/client/components/main/header.styl +++ b/client/components/main/header.styl @@ -12,16 +12,15 @@ font-size: 12px display: flex - #header-user-bar + #header-user-bar, ul li color: darken(white, 17%) - a, .fa + .fa color: inherit - text-decoration: none - &:hover - color: white + a:hover, a.is-active + color: white ul flex: 1 @@ -76,9 +75,6 @@ float: left border-radius: 3px - &.is-clickable - cursor: pointer - .board-header-btns display: block margin-top: 3px |