mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-43994 Blocks: Hide the move icon when blocks are docked on Afterburner too
This commit is contained in:
parent
c6c9b1d799
commit
8892ec2b2d
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user