Improve tags chips of message viewer

This commit is contained in:
Francis Lachapelle
2015-05-13 11:49:15 -04:00
parent f27544c72c
commit ec123b4512
2 changed files with 18 additions and 8 deletions
@@ -1,2 +1,14 @@
/// 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;
}
}
}
}