(css,js) Update Angular Material to v1.0.5

pull/198/head
Francis Lachapelle 2016-02-05 11:04:28 -05:00
parent 2cc37238c1
commit 7a401374f2
5 changed files with 3 additions and 4 deletions

1
NEWS
View File

@ -5,6 +5,7 @@ Enhancements
- [web] improved scrolling behavior when deleting a single message (#3489)
- [web] added "Move To" option for selected messages (#3477)
- [web] updated CKEditor to version 4.5.7
- [web] updated Angular Material to 1.0.5
- [web/eas] add shared/public namespaces in the list or returned folders
Bug fixes

@ -1 +1 @@
Subproject commit 8ef798f0fe242c555ef7c11fa0abe762fb218a02
Subproject commit 2515349755c6c829a6580005b04943e52633379d

View File

@ -7,7 +7,7 @@
"angular-sanitize": "1.4.x",
"angular-ui-router": "latest",
"angular-file-upload": "latest",
"angular-material": "master",
"angular-material": "v1.0.5",
"lodash": "latest",
"breakpoint-sass": ">=2.4.2"
},

View File

@ -148,7 +148,6 @@ div.md-tile-left {
&-tile-content {
flex: 1;
overflow: hidden; // required in Firefox
margin-left: $list-item-primary-avatar-width + (2 * $baseline-grid); // Leave space for an avatar
.sg-tile-date {
font-size: sg-size(body);
font-weight: $sg-font-light;

View File

@ -2,7 +2,6 @@
// Import from sources for extends
// -------------------------------
@import "../../angular-material/src/core/style/layout";
@import "../../angular-material/src/core/services/layout/layout";