mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Plugins: Add visible focus on plugin modal close button.
Change the focus and hover state of the plugin modal close button to use `#f0f0f1` with visible outline to be visible against modal overlay. Props dperonne, viralsampat, jeawhanlee, mukesh27, sabernhardt, joedolson. Fixes #56604. git-svn-id: https://develop.svn.wordpress.org/trunk@55107 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c12992dc9a
commit
2ff0e8a3c2
@ -3030,11 +3030,17 @@ div.action-links {
|
||||
|
||||
.plugin-details-modal #TB_closeWindowButton:hover,
|
||||
.plugin-details-modal #TB_closeWindowButton:focus {
|
||||
color: #135e96;
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.plugin-details-modal #TB_closeWindowButton:hover::after,
|
||||
.plugin-details-modal #TB_closeWindowButton:focus::after {
|
||||
outline: 2px solid;
|
||||
outline-offset: -4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.plugin-details-modal .tb-close-icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user