summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2018-07-25 10:32:35 -0500
committerPaul Slaughter <pslaughter@gitlab.com>2018-07-25 10:32:35 -0500
commit8b0f926a558a04578636a0354c06e4cec1db9c3b (patch)
treed28a516fa29aaa73d656d751deb254b95e3850e7
parent0c5740a2705368fc3be894c7687fcfb16288ebad (diff)
downloadgitlab-ce-48055-web-ide-resize-handles.tar.gz
Update resize handle to show lighter background on hover48055-web-ide-resize-handles
-rw-r--r--app/assets/stylesheets/pages/repo.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 90512d8bac4..d728697b8bc 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -786,7 +786,10 @@
top: 0;
bottom: 0;
width: 4px;
- background-color: $white-dark;
+
+ &:hover {
+ background-color: $white-normal;
+ }
&.drag-right {
right: 0;