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