Revert "Issue #2154775 by er.pushpinderrana, barnettech, kirkkala, InternetDevels | Wim Leers: Fixed In-place editing of title: works, but cursor is invisible."

This reverts commit 3973634d14.
8.0.x
webchick 2014-09-03 08:22:36 -07:00
parent c4934bd9e3
commit 8f18b14c9e
2 changed files with 0 additions and 3 deletions

View File

@ -14,7 +14,6 @@
z-index: 98;
position: relative;
cursor: pointer;
display: block;
}
.quickedit-editable:focus {
outline: none;

View File

@ -232,8 +232,6 @@
self.$el
.css({
'position': 'relative',
'display': 'block',
'width': '100%',
'top': posProp.top - 5 + 'px',
'left': posProp.left - 5 + 'px',
'padding-top': posProp['padding-top'] + 5 + 'px',