Move vue views from Card to Sections
This commit is contained in:
@@ -856,10 +856,4 @@ app.controller('MainController', ['$scope', '$route', '$timeout', '$location', '
|
||||
$(this).find('[autofocus]:first').focus();
|
||||
});
|
||||
});
|
||||
|
||||
document.getElementsByClassName('accent-color-input')[0].addEventListener('change', (event) => {
|
||||
const root = document.documentElement;
|
||||
console.log('---', event.target.value)
|
||||
root.style.setProperty('--accent-color', event.target.value);
|
||||
});
|
||||
}]);
|
||||
|
||||
Reference in New Issue
Block a user