diff --git a/UI/WebServerResources/scss/components/button/button.scss b/UI/WebServerResources/scss/components/button/button.scss index 9fb321f98..6403e43f0 100644 --- a/UI/WebServerResources/scss/components/button/button.scss +++ b/UI/WebServerResources/scss/components/button/button.scss @@ -5,6 +5,17 @@ md-sidenav md-list .md-button { font-weight: normal; } +/** + * Applying a background color (using ng-class or ui-sref-active) to a clickable (ng-click) + * md-list-item would hide the content of the item content. + * + * See https://github.com/angular/material/commit/9a8eab0cbb0a934f4ba2ffe616359ba6ce38ae75 + * => HAS BEEN REVERTED + */ +a.md-button-wrap-executor.md-no-style { + //background-color: transparent; +} + /** * Overlap fab button by half its height downward */ @@ -60,7 +71,7 @@ md-sidenav md-list .md-button { * +--------------+ * */ -md-fab-speed-dial.sg-fab-bottom-center { +.sg-fab-bottom-center { position: absolute; bottom: ($button-fab-height - $button-fab-padding)/2; left: auto;