Fix typo in CSS. props ciantic, MikeHansenMe. fixes #26898.
Built from https://develop.svn.wordpress.org/trunk@27020 git-svn-id: http://core.svn.wordpress.org/trunk@26896 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d8db2e0cc7
commit
d136519061
|
@ -11231,7 +11231,7 @@ div#widgets-right .closed .widgets-sortables {
|
|||
cursor: pointer;
|
||||
outline: none;
|
||||
position: relative;
|
||||
transition: background: 0.2s ease-in-out;
|
||||
transition: background 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.widgets-chooser li:hover,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -11231,7 +11231,7 @@ div#widgets-right .closed .widgets-sortables {
|
|||
cursor: pointer;
|
||||
outline: none;
|
||||
position: relative;
|
||||
transition: background: 0.2s ease-in-out;
|
||||
transition: background 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.widgets-chooser li:hover,
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue