]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Put span inside stretched link to improve text selection
[rails.git] / app / assets / stylesheets / common.scss
index 75ed514eeda38a73a7ebb7f57090a9d5b2ace598..bc2533c17a3773ab5925bdf5f2213e8129fc52cf 100644 (file)
@@ -745,6 +745,11 @@ tr.turn:hover {
     &.selected { background: $list-highlight; }
     /* color is derived from changeset bbox fillColor in history.js */
 
+    a.stretched-link > span {
+      position: relative;
+      z-index: 2;
+    }
+
     a:not(.stretched-link), [title] {
       position: relative;
       z-index: 1;