Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philipp Wolfer
funkwhale
Commits
56b1358f
Commit
56b1358f
authored
May 01, 2021
by
Ciarán Ainsworth
Browse files
Resolve "Fix loaders in dark theme"
parent
9b3f90a7
Changes
3
Hide whitespace changes
Inline
Side-by-side
changes/changelog.d/1442.bugfix
0 → 100644
View file @
56b1358f
Fixed minor graphical bug where loaders would appear white in dark theme (#1442)
front/src/style/_main.scss
View file @
56b1358f
...
...
@@ -47,6 +47,7 @@ $bottom-player-height: 4rem;
@import
"./components/_track_table.scss"
;
@import
"./components/_user_link.scss"
;
@import
"./components/_volume_control.scss"
;
@import
"./components/_loaders.scss"
;
@import
"./pages/_about.scss"
;
@import
"./pages/_admin_account_detail.scss"
;
...
...
front/src/style/components/_loaders.scss
0 → 100644
View file @
56b1358f
.ui.dimmer
{
background-color
:
var
(
--
dimmer-background
);
}
.ui.loading.form
:before
{
background-color
:
var
(
--
dimmer-background
);
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment