sogo/UI/WebServerResources/scss/components/chips/chips.scss
Francis Lachapelle a75524af9f Review task/event viewer/editor
Components will now appear in dialogs instead of a right sidenav.

This commit also introduces read-only viewers for tasks and events.
2015-07-21 08:29:28 -04:00

17 lines
372 B
SCSS

/// chips.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
@import 'extends';
// Remove the line under the tags of the message viewer
md-chips {
&.sg-readonly {
.md-chips {
box-shadow: none;
&.md-focused {
box-shadow: none;
}
.md-chip-content {
max-width: initial; // fix bug in ng-material
}
}
}
}