mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Improve tags chips of message viewer
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user