mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-28 00:09:29 +00:00
(css,js) Update md to v1.1.13
This commit is contained in:
1
NEWS
1
NEWS
@@ -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
|
||||
|
||||
Submodule UI/WebServerResources/angular-material updated: e01f340d3e...e6f4057bb5
@@ -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",
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user