Added more bleach

This commit is contained in:
Pünkösd Marcell 2020-12-04 23:05:32 +01:00
parent a7521b789b
commit ab40c321a3
2 changed files with 3 additions and 3 deletions

View File

@ -45,9 +45,9 @@ export default {
}
</script>
<!-- This isn't scoped either -->
<style>
.white-spinner .md-progress-spinner-draw .md-progress-spinner-circle {
stroke: white;
stroke: white !important;
}
</style>

View File

@ -2,7 +2,7 @@
<div class="page-container md-layout-column" id="dashboard-container">
<!-- toolbar -->
<toolbar @showDrawerClicked="showDrawer = true" :processing="false" :model-changed="true"/>
<toolbar @showDrawerClicked="showDrawer = true" :processing="true" :model-changed="true"/>
<!-- drawer -->
<md-drawer :md-active.sync="showDrawer" md-swipeable>