mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 14:23:53 +00:00
Merge "Fix: hide new page issues links on focus and tap"
This commit is contained in:
commit
bbc0f54672
|
@ -67,8 +67,11 @@ table.ambox {
|
|||
// Hide links in new treatment
|
||||
a {
|
||||
color: inherit !important;
|
||||
&:hover {
|
||||
-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 ) !important;
|
||||
&:hover,
|
||||
&:focus {
|
||||
text-decoration: none;
|
||||
outline: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue