mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 07:43:47 +00:00
Fix text showing on icon only buttons
Change-Id: Ie1ab40cd479b5a8e83ce13537a7e8d6387f7a441
This commit is contained in:
parent
1a60251500
commit
20c216c829
|
@ -26,8 +26,10 @@
|
|||
min-width: @min-size-interactive-touch;
|
||||
min-height: @min-size-interactive-touch;
|
||||
}
|
||||
}
|
||||
|
||||
// Hide text in icon only buttons
|
||||
// Hide text in icon only buttons
|
||||
.cdx-button.cdx-button--icon-only {
|
||||
span + span {
|
||||
.mixin-screen-reader-text();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue