Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2018-07-25 18:32:35 +0300
committerPaul Slaughter <pslaughter@gitlab.com>2018-07-25 18:32:35 +0300
commit8b0f926a558a04578636a0354c06e4cec1db9c3b (patch)
treed28a516fa29aaa73d656d751deb254b95e3850e7 /app/assets
parent0c5740a2705368fc3be894c7687fcfb16288ebad (diff)
Update resize handle to show lighter background on hover
Diffstat (limited to 'app/assets')
-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;