#48276 closed defect (bug) (reported-upstream)
Hide the snackbar action components link on focus
Reported by: | Mahesh901122 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.3 |
Component: | Editor | Keywords: | 2nd-opinion |
Focuses: | ui | Cc: |
Description
Default message:
I think the possible fix for this issue is update the below selector:
.components-snackbar__action.components-button:not(:disabled):not([aria-disabled="true"]):not(.is-default)
with:
.components-snackbar__action.components-button:not(:disabled):not([aria-disabled="true"]):not(.is-default):not(:focus)
from files:
wp-includes/css/dist/components/style.css wp-includes/css/dist/components/style-rtl.css
Attachments (2)
Change History (6)
#1
@
5 years ago
A pull request for https://github.com/WordPress/gutenberg/blob/master/packages/components/src/snackbar/style.scss would be needed for such a change. Would you mind submitting one? :-)
#2
@
5 years ago
I have added the PR on GitHub. PR URL is https://github.com/WordPress/gutenberg/pull/17887
So, Can you please close this ticket? Or I need to close it?
Also, Thank you for guiding.
Note: See
TracTickets for help on using
tickets.
Default Message