mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Also inherit border-color on .arrowTop and .arrowBottom (#538)
This commit is contained in:
parent
069cc81871
commit
76e42b1690
1 changed files with 2 additions and 0 deletions
|
@ -317,12 +317,14 @@ Blockly.Css.CONTENT = [
|
|||
'border-top: 1px solid;',
|
||||
'border-left: 1px solid;',
|
||||
'border-top-left-radius: 4px;',
|
||||
'border-color: inherit;',
|
||||
'}',
|
||||
|
||||
'.arrowBottom {',
|
||||
'border-bottom: 1px solid;',
|
||||
'border-right: 1px solid;',
|
||||
'border-bottom-right-radius: 4px;',
|
||||
'border-color: inherit;',
|
||||
'}',
|
||||
|
||||
'.valueReportBox {',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue