mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
(js) New sgCheckmark directive
To be used as checkmarks in menus.
This commit is contained in:
@@ -6,3 +6,14 @@
|
||||
md-sidenav md-checkbox {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
// Checkbox for the sg-checkmark directive
|
||||
// ---------------------------------------
|
||||
.sg-checkmark {
|
||||
md-icon {
|
||||
opacity: 0;
|
||||
}
|
||||
&.sg-checked md-icon {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user