# HG changeset patch # User Markus Kottlaender # Date 1542800644 -3600 # Node ID f80d1fd54806871e60b19b05ac2310d12bed9ed3 # Parent d1114305a311a9680913972d06b2bf3622ac9054 removed duplicated css and added comment diff -r d1114305a311 -r f80d1fd54806 client/src/application/assets/application.sass --- a/client/src/application/assets/application.sass Wed Nov 21 12:38:39 2018 +0100 +++ b/client/src/application/assets/application.sass Wed Nov 21 12:44:04 2018 +0100 @@ -64,20 +64,3 @@ max-width: 999px margin-left: 0.5rem margin-right: 0.5rem - -.toolbar-button - height: $icon-width - width: $icon-height - align-items: center - justify-content: center - display: flex - background: #fff - margin-bottom: $offset - border-radius: $border-radius - box-shadow: $shadow-xs - z-index: 2 - pointer-events: auto - .inverted - color: #07f - .grey - color: #ddd diff -r d1114305a311 -r f80d1fd54806 client/src/toolbar/Toolbar.vue --- a/client/src/toolbar/Toolbar.vue Wed Nov 21 12:38:39 2018 +0100 +++ b/client/src/toolbar/Toolbar.vue Wed Nov 21 12:44:04 2018 +0100 @@ -2,15 +2,16 @@
+ -