summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/notes.scss
diff options
context:
space:
mode:
authorPedro Moreira da Silva <pedro@gitlab.com>2017-03-23 16:04:25 +0000
committerPedro Moreira da Silva <pedro@gitlab.com>2017-03-23 18:19:17 +0000
commitc8fd7025565e6a3eb1accabf3e07dd8e2f37b003 (patch)
tree26610a60d572bb0ef830015420bde1503bfe1051 /app/assets/stylesheets/pages/notes.scss
parented808a9f3477cdb77df3ca62fdddf2640f33653d (diff)
downloadgitlab-ce-c8fd7025565e6a3eb1accabf3e07dd8e2f37b003.tar.gz
Change full colors to a more harmonious palette
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r--app/assets/stylesheets/pages/notes.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index e238f0865f6..a2129722633 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -462,17 +462,18 @@ ul.notes {
background: $white-light;
padding: 1px 5px;
font-size: 12px;
- color: $gl-link-color;
+ color: $blue-500;
margin-left: -55px;
position: absolute;
z-index: 10;
width: 23px;
height: 23px;
- border: 1px solid $border-color;
+ border: 1px solid $blue-500;
transition: transform .1s ease-in-out;
&:hover {
- background: $gl-info;
+ background: $blue-500;
+ border-color: $blue-600;
color: $white-light;
transform: scale(1.15);
}