mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
Widget Sort Handle - Be consistent with class naming convention (s/_/-/).
This commit is contained in:
parent
68499b04c1
commit
83993afaf6
@ -125,7 +125,7 @@ body{
|
||||
min-width: 320px;
|
||||
}
|
||||
|
||||
.widget_sort_handle {
|
||||
.widget-sort-handle {
|
||||
touch-action: none; }
|
||||
|
||||
.page-head{
|
||||
|
||||
@ -5478,7 +5478,7 @@ body {
|
||||
touch-action: manipulation;
|
||||
min-width: 320px; }
|
||||
|
||||
.widget_sort_handle {
|
||||
.widget-sort-handle {
|
||||
touch-action: none; }
|
||||
|
||||
.page-head {
|
||||
|
||||
@ -275,7 +275,7 @@ include("fbegin.inc");?>
|
||||
|
||||
// sortable widgets
|
||||
$(".dashboard_grid_column").sortable({
|
||||
handle: '.widget_sort_handle',
|
||||
handle: '.widget-sort-handle',
|
||||
group: 'dashboard_grid_column',
|
||||
itemSelector: '.widgetdiv',
|
||||
containerSelector: '.dashboard_grid_column',
|
||||
@ -392,7 +392,7 @@ include("fbegin.inc");?>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="container-fluid widget_sort_handle">
|
||||
<div class="container-fluid widget-sort-handle">
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-box-main collapse in" id="<?= $widgetItem['name'] ?>-container" style="display:<?= $mindiv ?>">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user