Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
52fc4b79
Commit
52fc4b79
authored
Feb 19, 2015
by
Mathieu Giraud
Browse files
css: focus_selected:hover
parent
09f945e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
browser/css/dark.css
View file @
52fc4b79
...
...
@@ -640,6 +640,7 @@ span .substitution {
text-align
:
left
;
}
.systemBoxNameMenu
:hover
,
.focus_selected
:hover
,
.button
:hover
,
.button_right
:hover
,
.buttonSelector
:hover
,
...
...
browser/css/light.css
View file @
52fc4b79
...
...
@@ -640,6 +640,7 @@ span .substitution {
text-align
:
left
;
}
.systemBoxNameMenu
:hover
,
.focus_selected
:hover
,
.button
:hover
,
.button_right
:hover
,
.buttonSelector
:hover
,
...
...
browser/css/vidjil.less
View file @
52fc4b79
...
...
@@ -773,7 +773,7 @@ span .substitution{
text-align:left;
}
.systemBoxNameMenu:hover, .button:hover,.button_right:hover, .buttonSelector:hover, .button2:hover{
.systemBoxNameMenu:hover,
#focus_selected:hover,
.button:hover,.button_right:hover, .buttonSelector:hover, .button2:hover{
background : @border;
color : @select;
}
...
...
Vidjil Team
@vidjilteam
Mentioned in issue
#1434 (closed)
·
Nov 29, 2016
Mentioned in issue
#1434 (closed)
Mentioned in issue #1434
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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