mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-27 17:20:40 +00:00
Fix hover styles, remove link underline on special page
Change-Id: Ie144eed5295a8c8fa6239c28f7f2a15d493fd775
This commit is contained in:
parent
f44df2f728
commit
2faa1fe512
|
@ -23,6 +23,7 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
background-color: #ececec;
|
||||
}
|
||||
|
||||
|
|
|
@ -9,12 +9,6 @@
|
|||
border-top: 0;
|
||||
}
|
||||
|
||||
> a,
|
||||
&:hover > a {
|
||||
text-decoration: none;
|
||||
color: @grey-medium;
|
||||
}
|
||||
|
||||
&:not( :hover ) a,
|
||||
#p-personal &:not( :hover ) a.new {
|
||||
color: @grey-medium;
|
||||
|
|
Loading…
Reference in a new issue