* [task#131080] modify the icon of tableInput.
This commit is contained in:
@@ -36,3 +36,5 @@
|
||||
.has-sidebar .sidebar.is-expanded {--sidebar-left-width: 455px !important;}
|
||||
.has-sidebar .sidebar.is-collapsed {--sidebar-left-width: 0 !important;}
|
||||
.sidebar-left.is-expanded > .think-node-menu ~ .sidebar-gutter {margin-left: 8px}
|
||||
|
||||
.dropdown-menu .menu-item[z-key="tableInput"] .icon {transform: scaleX(-1) rotate(90deg);}
|
||||
|
||||
@@ -236,7 +236,7 @@ class thinkStepMenu extends wg
|
||||
$this->buildMenuItem('radio', 'radio', $this->lang->thinkstep->createStep . $this->lang->thinkstep->actions['radio'], $item, $parentID, 'radio'),
|
||||
$this->buildMenuItem('checkbox', 'checkbox', $this->lang->thinkstep->createStep . $this->lang->thinkstep->actions['checkbox'], $item, $parentID, 'checkbox'),
|
||||
$this->buildMenuItem('input', 'input', $this->lang->thinkstep->createStep . $this->lang->thinkstep->actions['input'], $item, $parentID, 'input'),
|
||||
$this->buildMenuItem('tableInput', 'cell-input', $this->lang->thinkstep->createStep . $this->lang->thinkstep->actions['tableInput'], $item, $parentID, 'tableInput'),
|
||||
$this->buildMenuItem('tableInput', 'multi-input', $this->lang->thinkstep->createStep . $this->lang->thinkstep->actions['tableInput'], $item, $parentID, 'tableInput'),
|
||||
$this->buildMenuItem('multicolumn', 'multi-input', $this->lang->thinkstep->createStep . $this->lang->thinkstep->actions['multicolumn'], $item, $parentID, 'multicolumn'),
|
||||
));
|
||||
return $menus;
|
||||
|
||||
Reference in New Issue
Block a user