mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-25 12:36:27 +10:00
Use link_color var more often
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -60,7 +60,7 @@ pre {
|
||||
|
||||
.dropdown-menu > li > a:hover,
|
||||
.dropdown-menu > li > a:focus {
|
||||
background: #29b;
|
||||
background: $bg_style_color;
|
||||
color: #FFF
|
||||
}
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
left: 50%;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-color: transparent transparent #29b transparent;
|
||||
border-color: transparent transparent $link_color transparent;
|
||||
border-style: solid;
|
||||
border-width: 6px;
|
||||
margin-left: -6px;
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
|
||||
.btn {
|
||||
background: none;
|
||||
color: #29b;
|
||||
color: $link_color;
|
||||
|
||||
&.active {
|
||||
color: #333;
|
||||
|
||||
Reference in New Issue
Block a user