Semantic optimisation
This commit is contained in:
parent
49f0a3f94c
commit
a7c92e76de
@ -13,24 +13,24 @@
|
||||
*******************************/
|
||||
|
||||
.ui.button.download-button {
|
||||
&:extend(.purple all);
|
||||
&:extend(.ui.purple.button all);
|
||||
}
|
||||
|
||||
.ui.button.download-button:hover {
|
||||
&:extend(.green all);
|
||||
&:extend(.ui.green.button all);
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
.play-button.play-button-full {
|
||||
.ui.button.play-button.play-button-full {
|
||||
&:extend(.ui.inverted.button all);
|
||||
}
|
||||
|
||||
.ui.button.getting-started-btn {
|
||||
&:extend(.orange all);
|
||||
&:extend(.ui.orange.button all);
|
||||
}
|
||||
|
||||
.ui.button.editortools-btn {
|
||||
&:extend(.blue all);
|
||||
&:extend(.ui.blue.button all);
|
||||
}
|
||||
|
||||
#filelist, #editortools {
|
||||
@ -81,11 +81,6 @@ span.blocklyTreeLabel {
|
||||
top: 1.6em;
|
||||
}
|
||||
|
||||
/* Blockly Toolbox Buttons */
|
||||
.ui.button.blocklyAddPackageButton {
|
||||
&:extend(.pink all);
|
||||
}
|
||||
|
||||
/* Blockly Field: Grid picker */
|
||||
.blocklyGridPickerTooltip {
|
||||
padding: 3px 5px;
|
||||
|
Loading…
Reference in New Issue
Block a user