summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-12 11:27:22 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-12 11:40:04 -0500
commitcb316804aa59986c2a31bd8bcbc056e7fc0e66c0 (patch)
tree219806acf4d50adc9fd995ef9b2a467e8b5b7fd0
parent3c9a3918e6a93a3e3cdcbe63214809d2ba9eb959 (diff)
downloadgitlab-ce-input-button-hover.tar.gz
Add hover state to MR comment reply buttoninput-button-hover
-rw-r--r--app/assets/stylesheets/framework/buttons.scss2
-rw-r--r--changelogs/unreleased/input-button-hover.yml4
2 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss
index e04a87a7327..bb6129158d9 100644
--- a/app/assets/stylesheets/framework/buttons.scss
+++ b/app/assets/stylesheets/framework/buttons.scss
@@ -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;
}
diff --git a/changelogs/unreleased/input-button-hover.yml b/changelogs/unreleased/input-button-hover.yml
new file mode 100644
index 00000000000..cbb35adb769
--- /dev/null
+++ b/changelogs/unreleased/input-button-hover.yml
@@ -0,0 +1,4 @@
+---
+title: Add hover state to MR comment reply button
+merge_request:
+author: