Improve the "Dismiss" button visibility (#35060)

* Improve `Dismiss` button visibility

* Add changelog

Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
This commit is contained in:
Fernando Marichal 2022-10-13 09:42:35 -03:00 committed by GitHub
parent 4ccbcc1b2e
commit ca4bd882ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -0,0 +1,4 @@
Significance: minor
Type: dev
Improve the "Dismiss" button visibility

View File

@ -24,9 +24,6 @@
}
&:hover {
background: $gray-100;
.woocommerce-inbox-message__actions button.woocommerce-admin-dismiss-notification {
visibility: visible;
}
}
&:not(.message-is-unread) {
@ -160,9 +157,9 @@
button.woocommerce-admin-dismiss-notification {
color: $gray-700;
&:hover {
box-shadow: none !important;
box-shadow: inset 0 0 0 1px $gray-700;
}
visibility: hidden;
visibility: visible;
}
.components-dropdown {