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
|
// Hide links in new treatment
|
||||||
a {
|
a {
|
||||||
color: inherit !important;
|
color: inherit !important;
|
||||||
&:hover {
|
-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 ) !important;
|
||||||
|
&:hover,
|
||||||
|
&:focus {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
outline: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue