mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-28 08:00:32 +00:00
Fix: hide new page issues links on focus and tap
Change-Id: I355c5c4b4278071e89aa990a7644a0fb6e901dcb
This commit is contained in:
parent
100b7951a2
commit
477a044728
|
@ -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