mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
feat: add legacy warning to block factory (#8234)
This commit is contained in:
committed by
GitHub
parent
9a0619aa2a
commit
e76daa5d8d
@@ -127,6 +127,13 @@ button, .buttonStyle {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#legacyBanner {
|
||||
border: #ccc 1px solid;
|
||||
background-color: #FFCDD2;
|
||||
margin: 4px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#blockFactoryContent {
|
||||
height: 85%;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user