mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-20 06:33:25 +00:00
refactor: reduce custom CSS
This commit is contained in:
@@ -14,8 +14,8 @@ const input = document.getElementById('search-input');
|
||||
const hints = document.getElementById('search-hints');
|
||||
|
||||
// CSS class names
|
||||
const LOADED = 'loaded';
|
||||
const UNLOADED = 'unloaded';
|
||||
const LOADED = 'd-block';
|
||||
const UNLOADED = 'd-none';
|
||||
const FOCUS = 'input-focus';
|
||||
const FLEX = 'd-flex';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user