Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Janek
funkwhale
Commits
e67faee3
Verified
Commit
e67faee3
authored
May 01, 2021
by
Ciarán Ainsworth
Committed by
Georg Krause
May 01, 2021
Browse files
Resolve "Fix loaders in dark theme"
parent
c43cd2f8
Changes
3
Hide whitespace changes
Inline
Side-by-side
changes/changelog.d/1442.bugfix
0 → 100644
View file @
e67faee3
Fixed minor graphical bug where loaders would appear white in dark theme (#1442)
front/src/style/_main.scss
View file @
e67faee3
...
...
@@ -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 @
e67faee3
.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