]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Use Bootstrap actionable items in changeset lists
[rails.git] / app / assets / stylesheets / common.scss
index cf616983e29f708b68bbf32f8ed90980d578974d..d2a8f037d0213cc86dacabeb32b80d78011d578e 100644 (file)
@@ -584,8 +584,9 @@ tr.turn {
 
 #sidebar .changesets {
   li {
-    &.selected { background: $list-highlight; }
-    /* color is derived from changeset bbox fillColor in history.js */
+    &.selected {
+      @extend :hover;
+    }
 
     a.stretched-link > span, a:not(.stretched-link), [title] {
       position: relative;
@@ -640,10 +641,6 @@ tr.turn {
         &.query-result {
           cursor: pointer;
         }
-
-        &.selected {
-          background: $list-highlight;
-        }
       }
     }
   }