Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
3312ab8a
Commit
3312ab8a
authored
Nov 15, 2014
by
Thomas Park
Browse files
journal: fix order of less variable assignments
parent
5366a662
Changes
1
Hide whitespace changes
Inline
Side-by-side
journal/variables.less
View file @
3312ab8a
...
...
@@ -236,7 +236,7 @@
//** Hover color for dropdown links.
@dropdown-link-hover-color: #fff;
//** Hover background for dropdown links.
@dropdown-link-hover-bg: @
dropdown-link
-active-bg;
@dropdown-link-hover-bg: @
component
-active-bg;
//** Active dropdown menu item text color.
@dropdown-link-active-color: #fff;
...
...
@@ -244,10 +244,10 @@
@dropdown-link-active-bg: @component-active-bg;
//** Disabled dropdown menu item background color.
@dropdown-link-disabled-color: @
text-muted
;
@dropdown-link-disabled-color: @
gray-light
;
//** Text color for headers within dropdown menus.
@dropdown-header-color: @
text-muted
;
@dropdown-header-color: @
gray-light
;
//** Deprecated `@dropdown-caret-color` as of v3.1.0
@dropdown-caret-color: #000;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment