MDL-43994 Blocks: Hide the move icon when blocks are docked on Afterburner too
This commit is contained in:
@@ -124,4 +124,10 @@ Docked Item Panel
|
||||
overflow:auto;
|
||||
width:auto; /* adds scroll to dock panel */
|
||||
}
|
||||
#dockeditempanel .dockeditempanel_bd .block_navigation .block_tree li {overflow:visible;}
|
||||
#dockeditempanel .dockeditempanel_bd .block_navigation .block_tree li {overflow:visible;}
|
||||
|
||||
/* Hide the move icon for blocks which are docked */
|
||||
#dock .editing_move,
|
||||
#dock .moodle-core-dragdrop-draghandle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user