Remove hover and focus states on article toolbar links

Bug: T310886
Change-Id: I3b75d461ff0298e1ca3707e2cf4e79fd3db6497a
This commit is contained in:
Jon Robson 2022-06-22 11:18:41 -07:00 committed by Jdlrobson
parent a47f46009e
commit 89d9cf76b0
1 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,14 @@
.mw-article-toolbar-container {
border-bottom: @border-tabs;
a {
// The hover effect is on `li` elements.
&:hover,
&:focus {
text-decoration: none;
}
}
.mw-portlet-views {
display: none;