Skip to content

Commit

Permalink
Allow overriding eye dropper border color
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jan 12, 2024
1 parent 6e4d427 commit ffb7ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/css.js
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ Blockly.Css.CONTENT = [
'border: none;',
'width: 100%;',
'text-align: center;',
'border-top: 1px solid #ddd;',
'border-top: 1px solid $colour_valueReportBorder;',
'padding-top: 5px;',
'cursor: pointer;',
'}',
Expand Down

0 comments on commit ffb7ec8

Please sign in to comment.