From 0bf59a0bb03b52f0e5162d68b4e90a66c557a6de Mon Sep 17 00:00:00 2001 From: nilsding Date: Sat, 17 Jan 2015 16:26:46 +0100 Subject: [PATCH] fixed that damn tab link border thing --- app/assets/stylesheets/scss/groups.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/scss/groups.scss b/app/assets/stylesheets/scss/groups.scss index 1e570b8e..f8910279 100644 --- a/app/assets/stylesheets/scss/groups.scss +++ b/app/assets/stylesheets/scss/groups.scss @@ -6,4 +6,9 @@ .groups--list .list-group-item { padding: 5px 7px; +} + +a[role="tab"] { + outline: 0px none; + border: none !important; } \ No newline at end of file