]> 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 d3399420b7652c2a04b686c4b7cff1f92aa67873..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;