sogo/UI/WebServerResources/scss/components/chips/chips.scss
2015-06-12 12:02:18 -04:00

14 lines
283 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
.msg-header {
md-chips {
.md-chips {
box-shadow: none;
&.md-focused {
box-shadow: none;
}
}
}
}