mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
fix: text input bubble css (#8040)
This commit is contained in:
@@ -307,8 +307,8 @@ export class TextInputBubble extends Bubble {
|
||||
}
|
||||
|
||||
Css.register(`
|
||||
.blocklyCommentTextarea {
|
||||
background-color: #fef49c;
|
||||
.blocklyTextInputBubble .blocklyTextarea {
|
||||
background-color: var(--commentFillColour);
|
||||
border: 0;
|
||||
display: block;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user