mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Fix arrow positioning in "Insert/edit link" modal.
props avryl, sergej.mueller. fixes #28096. git-svn-id: https://develop.svn.wordpress.org/trunk@28236 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a54c311e4f
commit
2558cf0139
@ -1085,7 +1085,8 @@ i.mce-i-hr:before {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#wp-link-search-toggle::after {
|
||||
#wp-link-search-toggle:after {
|
||||
display: inline-block;
|
||||
font: normal 20px/1 'dashicons';
|
||||
vertical-align: top;
|
||||
speak: none;
|
||||
@ -1094,7 +1095,7 @@ i.mce-i-hr:before {
|
||||
content: '\f140';
|
||||
}
|
||||
|
||||
.search-panel-visible #wp-link-search-toggle::after {
|
||||
.search-panel-visible #wp-link-search-toggle:after {
|
||||
content: '\f142';
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user