mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
fix: Fix dropdown text color in Zelos (#8741)
This commit is contained in:
@@ -844,11 +844,11 @@ export class ConstantProvider extends BaseConstantProvider {
|
||||
`}`,
|
||||
|
||||
// Widget and Dropdown Div
|
||||
`${selector}.blocklyWidgetDiv .goog-menuitem,`,
|
||||
`${selector}.blocklyDropDownDiv .goog-menuitem {`,
|
||||
`${selector}.blocklyWidgetDiv .blocklyMenuItem,`,
|
||||
`${selector}.blocklyDropDownDiv .blocklyMenuItem {`,
|
||||
`font-family: ${this.FIELD_TEXT_FONTFAMILY};`,
|
||||
`}`,
|
||||
`${selector}.blocklyDropDownDiv .goog-menuitem-content {`,
|
||||
`${selector}.blocklyDropDownDiv .blocklyMenuItemContent {`,
|
||||
`color: #fff;`,
|
||||
`}`,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user