Browse Source

disable pointer events on shown UI element when showing clues

Felix Niklas 9 years ago
parent
commit
e208573f44
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/assets/stylesheets/zammad.css.scss

+ 2 - 2
app/assets/stylesheets/zammad.css.scss

@@ -69,7 +69,6 @@ blockquote {
 }
 
 .u-clickable {
-  pointer-events: auto;
   cursor: pointer;
   user-select: none;
 }
@@ -931,6 +930,7 @@ textarea,
 
 .selected-clue {
   @extend .zIndex-9;
+  pointer-events: none;
 }
 
 .modal--clue {
@@ -3689,6 +3689,7 @@ footer {
     position: relative;
     border-top: 1px solid hsl(202,12%,87%);
     @extend .u-clickable;
+    pointer-events: auto;
     display: flex;
     align-items: center;
     justify-content: center;
@@ -4849,7 +4850,6 @@ label + .wizard-buttonList {
     justify-content: center;
     border-radius: 100%;
     box-shadow: 0 1px 5px rgba(0,0,0,.05);
-    
     @extend .u-clickable;
 
     svg {