mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'wip-MDL-30830-m22' of git://github.com/samhemelryk/moodle into MOODLE_22_STABLE
This commit is contained in:
commit
7b1890513f
1 changed files with 1 additions and 0 deletions
|
@ -539,6 +539,7 @@ M.core_dock.fixTitleOrientation = function(item, title, text) {
|
||||||
svg.appendChild(txt);
|
svg.appendChild(txt);
|
||||||
|
|
||||||
title.append(svg);
|
title.append(svg);
|
||||||
|
title.append(Y.Node.create('<span class="accesshide">'+text+'</span>'));
|
||||||
|
|
||||||
item.on('dockeditem:drawcomplete', function(txt, title){
|
item.on('dockeditem:drawcomplete', function(txt, title){
|
||||||
txt.setAttribute('fill', Y.one(title).getStyle('color'));
|
txt.setAttribute('fill', Y.one(title).getStyle('color'));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue