Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 0.8, 1.0
-
Fix Version/s: 1.1
-
Component/s: Inline Edit
-
Labels:None
Description
InlineEdit is missing a selector for styling the default text. There is a DOM manipulation selector which defaults to "flc-inlineEdit-text" in the new naming scheme. The defaults need to add
styles: {
text: "fl-inlineEdit-text"
}
The lack of this default selector results in some unpleasant, non-DOM-agnostic CSS selectors in the stylesheets, using "span input", e.g.
.fl-inlineEdit span input {
...
}
and
.fl-theme-rust span input {
...
}
styles: {
text: "fl-inlineEdit-text"
}
The lack of this default selector results in some unpleasant, non-DOM-agnostic CSS selectors in the stylesheets, using "span input", e.g.
.fl-inlineEdit span input {
...
}
and
.fl-theme-rust span input {
...
}