Commit d7e9eda24d26dfe5782e503f3e3d7d523000ce05
1 parent
df0bd0c2
Exists in
master
and in
4 other branches
renamed blue_link var to primary_color
Showing
6 changed files
with
9 additions
and
10 deletions
Show diff stats
app/assets/stylesheets/common.scss
app/assets/stylesheets/gitlab_bootstrap/buttons.scss
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | color: #fff; |
15 | 15 | text-shadow: 0 1px 1px #268; |
16 | 16 | &:hover { |
17 | - background: $blue_link; | |
17 | + background: $primary_color; | |
18 | 18 | color: #fff; |
19 | 19 | } |
20 | 20 | |
... | ... | @@ -26,11 +26,11 @@ |
26 | 26 | |
27 | 27 | &.btn-info { |
28 | 28 | background: #5aB9C3; |
29 | - border-color: $blue_link; | |
29 | + border-color: $primary_color; | |
30 | 30 | color: #fff; |
31 | 31 | text-shadow: 0 1px 1px #268; |
32 | 32 | &:hover { |
33 | - background: $blue_link; | |
33 | + background: $primary_color; | |
34 | 34 | color: #fff; |
35 | 35 | } |
36 | 36 | ... | ... |
app/assets/stylesheets/gitlab_bootstrap/typography.scss
app/assets/stylesheets/sections/tree.scss
app/assets/stylesheets/themes/ui_basic.scss