#48276 closed defect (bug) (reported-upstream)
Hide the snackbar action components link on focus
| Reported by: | Mahesh901122 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Editor | Version: | 5.3 |
| Severity: | normal | Keywords: | 2nd-opinion |
| Cc: | Focuses: | ui |
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
@
7 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
@
7 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?
Version 0, edited 7 years ago by
(next)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)


Default Message