Fix SCSS linting

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2019-09-04 12:11:29 +02:00
parent f0ef42e604
commit 8dd23e1efc
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
2 changed files with 1 additions and 2 deletions

View File

@ -96,7 +96,7 @@ $color-border: nc-darken($color-main-background, 8%) !default;
height: 12px;
border-radius: 50%;
cursor: pointer;
border: 1px solid var(--color-border-dark)
border: 1px solid var(--color-border-dark);
}
#app-navigation .app-navigation-list-item .calendarCheckbox.unchecked {

View File

@ -138,7 +138,6 @@
}
#app-navigation .togglebuttons .button {
border-radius: 0;
&.first {