Merge "Don't copy screen-reader text of icon-only buttons"

This commit is contained in:
jenkins-bot 2024-11-15 14:36:36 +00:00 committed by Gerrit Code Review
commit 397c7a6411

View file

@ -31,6 +31,7 @@
.cdx-button.cdx-button--icon-only {
span + span {
.mixin-screen-reader-text();
.user-select( none );
}
}