mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-23 10:54:17 +00:00
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user