Semantic optimisation

This commit is contained in:
Sam El-Husseini 2017-04-06 16:58:47 -07:00
parent 49f0a3f94c
commit a7c92e76de

View File

@ -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;