summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2016-10-17 20:04:21 +0200
committerBryce Johnson <bryce@gitlab.com>2016-10-18 12:44:54 +0200
commitf8907566a50b6fe1d7101557d53e7335c7803984 (patch)
tree043517d1cf88015c4f6616b79e93989ba77615a8 /app/assets
parent357ff6700dcb0e13c5888a9157f8890654e5ca4a (diff)
downloadgitlab-ce-f8907566a50b6fe1d7101557d53e7335c7803984.tar.gz
Fix top border-radius of tabs.
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/login.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/login.scss b/app/assets/stylesheets/pages/login.scss
index 4c0c0839fe2..b7789ad3991 100644
--- a/app/assets/stylesheets/pages/login.scss
+++ b/app/assets/stylesheets/pages/login.scss
@@ -131,8 +131,13 @@
flex: 1;
text-align: center;
+ &:first-of-type {
+ border-top-left-radius: 2px;
+ }
+
&:last-of-type {
border-left: 1px solid $border-color;
+ border-top-right-radius: 2px;
}
&:not(.active) {