about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/accounts.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-09-13 11:20:21 +0200
committerThibG <thib@sitedethib.com>2018-09-13 17:13:29 +0200
commitcf142e85569be5e7e0dae7e02f490c737a238319 (patch)
treeaed028a6cbac82c531539d7e72633d9902f1ffe5 /app/javascript/flavours/glitch/styles/components/accounts.scss
parent1cb3af21c5bb8f944a88c4e89ab28ff6b7e02552 (diff)
[Glitch] Highlight active tab in action bar
Port 7b7c26063e3fcf9e75a61780d81bd60b7c398ead to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/accounts.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/accounts.scss5
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;