Fix arrow positioning in "Insert/edit link" modal.
props avryl, sergej.mueller. fixes #28096. Built from https://develop.svn.wordpress.org/trunk@28236 git-svn-id: http://core.svn.wordpress.org/trunk@28064 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8e7e53b22e
commit
d882dc9782
|
@ -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';
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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';
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue