Skip to content

Commit

Permalink
merge-upstream: add zoomIconFilter color. not really a color but clos…
Browse files Browse the repository at this point in the history
…e enough
  • Loading branch information
GarboMuffin committed Dec 29, 2023
1 parent 8d80737 commit 739f0ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/colours.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ Blockly.Colours = {
"checkboxCheck": "#ffffff",
"buttonActiveBackground": "#ffffff",
"buttonForeground": "#575E75",
"buttonBorder": "#c6c6c6"
"buttonBorder": "#c6c6c6",
"zoomIconFilter": "none"
};

/**
Expand Down
1 change: 1 addition & 0 deletions core/css.js
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,7 @@ Blockly.Css.CONTENT = [

'.blocklyZoom>image {',
'opacity: 1;',
'filter: $colour_zoomIconFilter;',
'}',

/* Darken flyout scrollbars due to being on a grey background. */
Expand Down

0 comments on commit 739f0ad

Please sign in to comment.