summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-20 13:04:40 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-24 11:54:05 -0600
commitbe1c8829b96d4d13d6e5de5be5a726446ef7de17 (patch)
treece5c56e7898923a8672b37a25572c4a0346a2c0e
parent8c9a06c37c4cf9763b3781d7e567a7b442c2152c (diff)
downloadgitlab-ce-be1c8829b96d4d13d6e5de5be5a726446ef7de17.tar.gz
Darken repo links on hover; fix clone input height
-rw-r--r--app/assets/stylesheets/pages/projects.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index cd0839e58ea..259e2557993 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -198,7 +198,7 @@
margin: 15px 5px 0 0;
input {
- height: 27px;
+ height: 28px;
}
}
@@ -523,7 +523,7 @@ a.deploy-project-label {
&:hover,
&:focus {
- color: darken($notes-light-color, 15%);
+ color: $gl-text-color;
}
}