summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_team-sidebar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout/_team-sidebar.scss')
-rw-r--r--webapp/sass/layout/_team-sidebar.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/webapp/sass/layout/_team-sidebar.scss b/webapp/sass/layout/_team-sidebar.scss
index 2bf072ed0..52f2dbd06 100644
--- a/webapp/sass/layout/_team-sidebar.scss
+++ b/webapp/sass/layout/_team-sidebar.scss
@@ -20,10 +20,14 @@
text-align: center;
width: 100%;
+ a {
+ text-decoration: none;
+ }
+
.team-btn {
@include border-radius(2px);
background-color: alpha-color($black, .3);
- border: 1px solid transparent;
+ border: 1px solid alpha-color($white, .2);
display: table-cell;
font-size: 12px;
font-weight: bold;