mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Theme Customizer: Color control hover styles. see #19910.
git-svn-id: https://develop.svn.wordpress.org/trunk@20510 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -250,6 +250,22 @@ body {
|
||||
top: 6px;
|
||||
}
|
||||
|
||||
.customize-section .color-picker-toggle:hover .color-picker-spot {
|
||||
border-color: rgba( 0, 0, 0, 0.25 );
|
||||
}
|
||||
|
||||
.customize-section .color-picker-toggle:hover .color-picker-dropdown {
|
||||
border-color: #aaa;
|
||||
}
|
||||
|
||||
.customize-section .color-picker-toggle:hover .color-picker-dropdown:after {
|
||||
border-color: #aaa transparent transparent transparent;
|
||||
}
|
||||
|
||||
.customize-section .color-picker-toggle.open:hover .color-picker-dropdown:after {
|
||||
border-color: transparent transparent #aaa transparent;
|
||||
}
|
||||
|
||||
.customize-section .color-picker-control {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user