Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a2a43d82
Commit
a2a43d82
authored
Jan 19, 2017
by
Fatih Acet
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'input-button-hover' into 'master'
Add hover state to MR comment reply button See merge request !8541
parents
97475d0b
cb316804
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
app/assets/stylesheets/framework/buttons.scss
app/assets/stylesheets/framework/buttons.scss
+1
-1
changelogs/unreleased/input-button-hover.yml
changelogs/unreleased/input-button-hover.yml
+4
-0
No files found.
app/assets/stylesheets/framework/buttons.scss
View file @
a2a43d82
...
...
@@ -324,7 +324,7 @@
&
:focus
{
cursor
:
text
;
box-shadow
:
none
;
border-color
:
$border-color
;
border-color
:
lighten
(
$dropdown-input-focus-border
,
20%
)
;
color
:
$gray-darkest
;
background-color
:
$gray-light
;
}
...
...
changelogs/unreleased/input-button-hover.yml
0 → 100644
View file @
a2a43d82
---
title
:
Add hover state to MR comment reply button
merge_request
:
author
:
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