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:
parent
4ccbcc1b2e
commit
ca4bd882ed
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Improve the "Dismiss" button visibility
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue