Also inherit border-color on .arrowTop and .arrowBottom (#538)

This commit is contained in:
Tim Mickel 2016-07-15 11:51:42 -04:00 committed by GitHub
parent 069cc81871
commit 76e42b1690

View file

@ -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 {',