(css) Fix fab button placement in Mail module

Fixes #4358
pull/239/head
Francis Lachapelle 2017-12-15 12:17:14 -05:00
parent e7a4384f28
commit e61a55f30e
1 changed files with 12 additions and 1 deletions

View File

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