Merge "Fix: hide new page issues links on focus and tap"

This commit is contained in:
jenkins-bot 2018-08-02 11:37:24 +00:00 committed by Gerrit Code Review
commit bbc0f54672

View file

@ -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;
}
}