Skip to content

Commit

Permalink
MDL-43994 Blocks: Hide the move icon when blocks are docked on Afterb…
Browse files Browse the repository at this point in the history
…urner too
  • Loading branch information
andrewnicols authored and stronk7 committed Feb 10, 2014
1 parent ec5dc1f commit f47b4fe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion theme/afterburner/style/afterburner_dock.css
Expand Up @@ -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;
}

0 comments on commit f47b4fe

Please sign in to comment.