forked from 0x2620/oxjs
fix a bug where in empty icon lists, an icon grid would appear for a split-second
This commit is contained in:
parent
3a87e8eb5f
commit
90e795d194
4 changed files with 19 additions and 16 deletions
|
|
@ -680,20 +680,21 @@ input.OxInput {
|
|||
OxEditable
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
.OxEditable > .OxValue {
|
||||
// clashes with editable text list cell
|
||||
._OxEditable > .OxValue {
|
||||
cursor: pointer;
|
||||
padding: 0 0 0 1px;
|
||||
}
|
||||
.OxEditable div.OxInput {
|
||||
._OxEditable div.OxInput {
|
||||
height: 14px;
|
||||
padding: 0 1px 0 0;
|
||||
}
|
||||
.OxEditable input.OxInput {
|
||||
._OxEditable input.OxInput {
|
||||
height: 14px;
|
||||
padding: 0 1px 0 0;
|
||||
border: 0;
|
||||
}
|
||||
.OxEditable textarea.OxInput {
|
||||
._OxEditable textarea.OxInput {
|
||||
padding: 0 0 0 1px;
|
||||
border: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue