MDL-43994 Blocks: Hide the move icon when blocks are docked
This commit is contained in:
@@ -45,3 +45,10 @@ body.dir-rtl.has_dock {margin-left: 0px; margin-right: 30px}
|
||||
|
||||
/* Test span used to calculate positioning of docked item labels */
|
||||
.transform-test-node { position:absolute;line-height:normal; }
|
||||
|
||||
/* Hide the move icon for blocks which are docked */
|
||||
#dock .editing_move,
|
||||
#dock .moodle-core-dragdrop-draghandle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -67,6 +67,12 @@ body.has_dock {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.editing_move,
|
||||
.moodle-core-dragdrop-draghandle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#dockeditempanel {
|
||||
@@ -145,4 +151,4 @@ body.has_dock {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user