diff --git a/.sass-lint.yml b/.sass-lint.yml index 772528adb8b..7e3b9fc85f4 100644 --- a/.sass-lint.yml +++ b/.sass-lint.yml @@ -19,5 +19,6 @@ rules: - convention: 'hyphenatedbem' no-color-keywords: 0 no-color-literals: 0 - property-sort-order: 2 + property-sort-order: 0 + no-ids: 0 one-declaration-per-line: 1 diff --git a/src/sass/app.scss b/src/sass/app.scss index 262c43709da..a72bbf5694d 100644 --- a/src/sass/app.scss +++ b/src/sass/app.scss @@ -56,8 +56,8 @@ .modal-content { - visibility: hidden; display: none; + visibility: hidden; } .sticky { @@ -67,6 +67,6 @@ #TableOfContents { .active { - background-color: $accent-two; + font-weight: bold; } }