mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-01 01:16:38 +00:00
Avoid image links getting hover effects
This commit is contained in:
parent
688eeff56f
commit
d5296aa267
|
@ -25,7 +25,7 @@
|
||||||
* Interal link styles
|
* Interal link styles
|
||||||
* Only apply to internal links in article
|
* Only apply to internal links in article
|
||||||
*/
|
*/
|
||||||
a[ href^='/' ] {
|
a[ href^='/' ]:not(.image) {
|
||||||
.link-content-text(@color-link-active);
|
.link-content-text(@color-link-active);
|
||||||
|
|
||||||
&.new {
|
&.new {
|
||||||
|
|
Loading…
Reference in a new issue