Use correct flag icon color from the chosen color scheme.
props TobiasBg. fixes #26480. git-svn-id: https://develop.svn.wordpress.org/trunk@26802 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
df17c69266
commit
e2b68b77ef
@ -390,6 +390,10 @@ ul#adminmenu > li.current > a.current:after {
|
|||||||
background-color: $highlight-color;
|
background-color: $highlight-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wp-pointer .wp-pointer-content h3:before {
|
||||||
|
color: $highlight-color;
|
||||||
|
}
|
||||||
|
|
||||||
.wp-pointer.wp-pointer-top .wp-pointer-arrow,
|
.wp-pointer.wp-pointer-top .wp-pointer-arrow,
|
||||||
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
|
.wp-pointer.wp-pointer-undefined .wp-pointer-arrow {
|
||||||
border-bottom-color: $highlight-color;
|
border-bottom-color: $highlight-color;
|
||||||
|
Loading…
Reference in New Issue
Block a user