chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abec505
)
css: proper cursor for links in SVG files consistently in *all* browsers.
author
Vladimír Vondruš
<mosra@centrum.cz>
Mon, 1 Jan 2018 17:21:51 +0000
(18:21 +0100)
committer
Vladimí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
patch
|
blob
|
history
diff --git
a/css/m-components.css
b/css/m-components.css
index 1e38739045224c0f898f341ca2ff518e1fa330e3..2453d358a38ef1fe8bc176edbd1f9ebd18813805 100644
(file)
--- a/
css/m-components.css
+++ b/
css/m-components.css
@@
-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);