Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
mastodon
Commits
91e25a20
Commit
91e25a20
authored
5 years ago
by
nzws
Committed by
Eugen Rochko
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix some colors in light theme (#10754)
* Fix typo in light theme * Fix background color of empty column
parent
47e0928c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/javascript/styles/mastodon-light/diff.scss
+2
-1
app/javascript/styles/mastodon-light/diff.scss
with
2 additions
and
1 deletion
+2
-1
app/javascript/styles/mastodon-light/diff.scss
+
2
-
1
View file @
91e25a20
...
...
@@ -162,7 +162,7 @@
.actions-modal
ul
li
:not
(
:empty
)
a
:focus
button
,
.actions-modal
ul
li
:not
(
:empty
)
a
:hover
,
.actions-modal
ul
li
:not
(
:empty
)
a
:hover
button
,
.admin-wrapper
.sidebar
ul
u
l
a
.selected
,
.admin-wrapper
.sidebar
ul
l
i
a
.selected
,
.simple_form
.block-button
,
.simple_form
.button
,
.simple_form
button
{
...
...
@@ -230,6 +230,7 @@
.empty-column-indicator
,
.error-column
{
color
:
$primary-text-color
;
background
:
$white
;
}
// Change the default colors used on some parts of the profile pages
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets