diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-01-12 11:27:22 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-01-12 11:40:04 -0500 |
commit | cb316804aa59986c2a31bd8bcbc056e7fc0e66c0 (patch) | |
tree | 219806acf4d50adc9fd995ef9b2a467e8b5b7fd0 /app | |
parent | 3c9a3918e6a93a3e3cdcbe63214809d2ba9eb959 (diff) | |
download | gitlab-ce-input-button-hover.tar.gz |
Add hover state to MR comment reply buttoninput-button-hover
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/buttons.scss | 2 |
1 files changed, 1 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; } |