Tweichart has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/152230

Change subject: BS223: Facelift
......................................................................

BS223: Facelift

* changed linkcolor

Change-Id: I42f56bcb443c38d0b4d31672a5c8b8a5b3b253d7
---
M resources/components/skin.font.less
1 file changed, 9 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/BlueSpiceSkin 
refs/changes/30/152230/1

diff --git a/resources/components/skin.font.less 
b/resources/components/skin.font.less
index cb365c3..8917114 100644
--- a/resources/components/skin.font.less
+++ b/resources/components/skin.font.less
@@ -35,6 +35,12 @@
                                font-size: 15px;
                        }
                }
+               a{
+                       color: @bs-color-dark-blue;
+               }
+               a:hover{
+                       text-decoration: underline;
+               }
                *{
                        color: @bs-color-content-default;
                }
@@ -43,8 +49,10 @@
                        color: @bs-color-light-grey;
                }
                a[class*='icon-']:hover:after,
-               a[class*='icon-']:hover:before{
+               a[class*='icon-']:hover:before,
+               a[class*='icon-']:hover{
                        color: @bs-color-dark-blue;
+                       text-decoration: none;
                }
        }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/152230
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I42f56bcb443c38d0b4d31672a5c8b8a5b3b253d7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/BlueSpiceSkin
Gerrit-Branch: master
Gerrit-Owner: Tweichart <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to