chiark / gitweb /
css: proper cursor for links in SVG files consistently in *all* browsers.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 1 Jan 2018 17:21:51 +0000 (18:21 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 1 Jan 2018 17:21:51 +0000 (18:21 +0100)
Why, stock Chrome, why? Every other browsers including Chrome derivates
(Vivaldi) gets it right.

css/m-components.css

index 1e38739045224c0f898f341ca2ff518e1fa330e3..2453d358a38ef1fe8bc176edbd1f9ebd18813805 100644 (file)
@@ -112,6 +112,7 @@ a:hover, a:focus, a:active {
   color: var(--link-active-color);
 }
 a img { border: 0; } /* Why you so special, IE?! */
+svg a { cursor: pointer; } /* And why YOU, CHROME?! */
 mark {
   padding: 0.0625rem;
   background-color: var(--mark-background-color);