new FT test_theme for theme switcher functionality; theme-switcher content added to home.html, several dashboard views & urls, all appropriate ITs & UTs; lyric user model saves theme (migrations run); django-compressor and django-libsass libraries added to dependencies
This commit is contained in:
9
src/static_src/scss/core.scss
Normal file
9
src/static_src/scss/core.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
@import 'rootvars';
|
||||
|
||||
input,
|
||||
textarea,
|
||||
select,
|
||||
[contenteditable] {
|
||||
user-select: text;
|
||||
touch-action: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user