mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-08 18:05:08 +00:00
(css,js) Update md to v1.1.1-master-d774b76
This commit is contained in:
@@ -10,7 +10,7 @@ md-chips {
|
||||
box-shadow: none;
|
||||
}
|
||||
.md-chip-content {
|
||||
max-width: initial; // fix bug in ng-material
|
||||
//max-width: initial; // fix bug in ng-material
|
||||
}
|
||||
// Custom 'chip remove' button used with chips in readonly mode
|
||||
.sg-chip-remove {
|
||||
|
||||
@@ -31,9 +31,9 @@ md-list-item {
|
||||
}
|
||||
|
||||
// Fix for md-menu visibility when set as a secondary action in a list item
|
||||
&._md-button-wrap > div.md-button:first-child > .md-button:first-child {
|
||||
z-index: $z-index-sidenav - 2;
|
||||
}
|
||||
// &._md-button-wrap > div.md-button:first-child > .md-button:first-child {
|
||||
// z-index: $z-index-sidenav - 2;
|
||||
// }
|
||||
.md-secondary-container {
|
||||
z-index: $z-index-sidenav - 1;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/*! panel/_extends.scss - */
|
||||
@import '../../../angular-material/src/components/panel/panel.scss';
|
||||
@@ -0,0 +1 @@
|
||||
@import 'extends';
|
||||
@@ -1,11 +1,11 @@
|
||||
/// virtualRepeater.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
@import 'extends';
|
||||
|
||||
md-virtual-repeat-container {
|
||||
md-list {
|
||||
// Fix weird scroll behavior when reaching bottom of list
|
||||
// See https://github.com/angular/material/issues/4169
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
//.md-virtual-repeat-container {
|
||||
// md-list {
|
||||
// // Fix weird scroll behavior when reaching bottom of list
|
||||
// // See https://github.com/angular/material/issues/4169
|
||||
// padding-top: 0;
|
||||
// padding-bottom: 0;
|
||||
// }
|
||||
//}
|
||||
Reference in New Issue
Block a user