(css,js) Update md to v1.1.13

This commit is contained in:
Francis Lachapelle
2019-02-21 09:09:49 -05:00
parent 173a22650f
commit fb75ec5fb2
4 changed files with 3 additions and 12 deletions

1
NEWS
View File

@@ -7,6 +7,7 @@ Enhancements
- [web] restored support for next/previous slot suggestion in attendees editor
- [web] improved auto-completion display of contacts
- [web] allow modification of attendees participation role
- [web] updated Angular Material to version 1.1.13
- [web] updated CKEditor to version 4.11.2
- [core] baseDN now accept dynamic domain values (#3685 - sponsored by iRedMail)
- [core] we now handle optional and non-required attendee states

View File

@@ -10,7 +10,7 @@
"angular-sanitize": "1.7.x",
"angular-ui-router": "1.0.20",
"angular-file-upload": "latest",
"angular-material": "1.1.12",
"angular-material": "1.1.13",
"FileSaver": "latest",
"lodash": "latest",
"ng-sortable": "1.3.7",

View File

@@ -43,13 +43,3 @@ md-menu-content {
}
}
}
// Fix dense menu
// See https://github.com/angular/material/commit/d370eb2
md-menu-content {
&.md-dense {
md-menu-item {
min-height: $dense-menu-item-height;
}
}
}