Skip to content
Snippets Groups Projects
Commit 7d4a69bb authored by Mike Greiling's avatar Mike Greiling Committed by GitLab Release Tools Bot
Browse files

Merge branch '55282-dark-theme-colors' into 'master'

Remove &:not(.use-csslab) from table to fix dark diff themes

Closes #55282

See merge request gitlab-org/gitlab-ce!23941

(cherry picked from commit c699b97f)

a798e2cb Remove &:not(.use-csslab) from table to fix dark diff themes
parent 2e81e2f5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -24,7 +24,7 @@
}
}
 
&:not(.use-csslab) table {
table {
@extend .table;
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment