Skip to content

Commit d8d3e0a

Browse files
authored
Merge pull request #19829 from calixteman/info_icon
Replace the info icon in the undo bar by the right one (bug 1960523)
2 parents 87a143d + 75e9f2a commit d8d3e0a

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

gulpfile.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,6 @@ function buildComponents(defines, dir) {
11701170
"web/images/messageBar_*.svg",
11711171
"web/images/toolbarButton-{editorHighlight,menuArrow}.svg",
11721172
"web/images/cursor-*.svg",
1173-
"web/images/secondaryToolbarButton-documentProperties.svg",
11741173
];
11751174

11761175
return ordered([

web/images/messageBar_info.svg

Lines changed: 3 additions & 0 deletions
Loading

web/message_bar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
#editorUndoBar {
130130
--text-primary-color: #15141a;
131131

132-
--message-bar-icon: url(images/secondaryToolbarButton-documentProperties.svg);
132+
--message-bar-icon: url(images/messageBar_info.svg);
133133
--message-bar-icon-color: #0060df;
134134
--message-bar-bg-color: #deeafc;
135135
--message-bar-fg-color: var(--text-primary-color);

0 commit comments

Comments
 (0)