mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 12:25:23 +00:00
Adapt to latest md changes
See https://github.com/angular/material/commit/17797f0
This commit is contained in:
@@ -41,12 +41,16 @@ md-toolbar,
|
||||
// Animate the first icon button of a "secondary" toolbar
|
||||
&.sg-toolbar-secondary {
|
||||
> .md-toolbar-tools > .sg-icon-button:first-child,
|
||||
> .sg-icon-button:first-child {
|
||||
> .md-toolbar-tools > .md-icon-button:first-child,
|
||||
> .sg-icon-button:first-child,
|
||||
> .md-icon-button:first-child {
|
||||
transition: $swift-ease-in;
|
||||
transform: translateX(0px);
|
||||
}
|
||||
&.ng-hide > .md-toolbar-tools > .sg-icon-button:first-child,
|
||||
&.ng-hide > .sg-icon-button:first-child {
|
||||
&.ng-hide > .md-toolbar-tools > .md-icon-button:first-child,
|
||||
&.ng-hide > .sg-icon-button:first-child,
|
||||
&.ng-hide > .md-icon-button:first-child {
|
||||
transform: translateX(-$touch-zone-width);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user