mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-28 16:29:30 +00:00
Adapt to latest md changes
See https://github.com/angular/material/commit/17797f0
This commit is contained in:
@@ -1,32 +1 @@
|
||||
@import "extends";
|
||||
|
||||
// Try to align select labels with other input components
|
||||
[layout="row"] {
|
||||
.md-select-label {
|
||||
padding-top: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
// angular material overqualifies, so we are
|
||||
md-select.md-default-theme.sg-toolbar-sort {
|
||||
margin: 0 $bl 4px 0;
|
||||
color: $colorWhite;
|
||||
|
||||
md-select-label.md-select-label {
|
||||
border: none;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
md-select.md-default-theme.sg-logout {
|
||||
margin-top: $bl;
|
||||
color: $colorWhite;
|
||||
|
||||
// angular material overqualifies, so we are
|
||||
md-select-label.md-select-label,
|
||||
md-select-label.md-select-label.md-placeholder,
|
||||
md-select-label.md-select-label * {
|
||||
border: none;
|
||||
color: $colorWhite;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user