diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-09-13 11:20:21 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2018-09-13 17:13:29 +0200 |
commit | cf142e85569be5e7e0dae7e02f490c737a238319 (patch) | |
tree | aed028a6cbac82c531539d7e72633d9902f1ffe5 /app/javascript/flavours/glitch/styles | |
parent | 1cb3af21c5bb8f944a88c4e89ab28ff6b7e02552 (diff) |
[Glitch] Highlight active tab in action bar
Port 7b7c26063e3fcf9e75a61780d81bd60b7c398ead to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/styles')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/accounts.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/accounts.scss b/app/javascript/flavours/glitch/styles/components/accounts.scss index b2b6248ff..3eddd7fb4 100644 --- a/app/javascript/flavours/glitch/styles/components/accounts.scss +++ b/app/javascript/flavours/glitch/styles/components/accounts.scss @@ -239,6 +239,11 @@ flex: 0 1 100%; border-left: 1px solid lighten($ui-base-color, 8%); padding: 10px 0; + border-bottom: 4px solid transparent; + + &.active { + border-bottom: 4px solid $ui-highlight-color; + } & > span { display: block; |