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:
authorblackst0ne <blackst0ne.ru@gmail.com>2016-10-28 12:30:58 +0300
committerblackst0ne <blackst0ne.ru@gmail.com>2016-10-28 13:43:43 +0300
commit0162c132f4230c61c8d36e4f867d63096c258a6c (patch)
treeab5bebac4ffbaeb95eadc342d5aa33b2ff392d62 /app/assets/stylesheets/framework/lists.scss
parent66870960af8d8a4cafec4abc529bd073d23fd1e4 (diff)
Stop unauthorized users dragging on milestone page
Diffstat (limited to 'app/assets/stylesheets/framework/lists.scss')
-rw-r--r--app/assets/stylesheets/framework/lists.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/lists.scss b/app/assets/stylesheets/framework/lists.scss
index 76de3abe808..78464af94bd 100644
--- a/app/assets/stylesheets/framework/lists.scss
+++ b/app/assets/stylesheets/framework/lists.scss
@@ -38,7 +38,7 @@
&.smoke { background-color: $background-color; }
- &:hover {
+ &:not(.ui-sort-disabled):hover {
background: $row-hover;
}