mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 11:26:41 +02:00
MDL-43994 Blocks: Hide the move icon when blocks are docked
This commit is contained in:
parent
27ebbdd703
commit
8f71903132
1 changed files with 7 additions and 0 deletions
|
@ -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 */
|
/* Test span used to calculate positioning of docked item labels */
|
||||||
.transform-test-node { position:absolute;line-height:normal; }
|
.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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue