Skip to content

Commit f170f30

Browse files
authored
Merge pull request #34311 from nextcloud/fix/settings-bg
Remove unwanted settings button background
2 parents fafc1ee + 75bcf9b commit f170f30

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/css/apps.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/css/apps.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ $min-content-width: variables.$breakpoint-mobile - variables.$navigation-width -
821821
width: 100%;
822822
padding: 0;
823823
margin: 0;
824-
background-color: var(--color-main-background);
824+
background-color: transparent;
825825
box-shadow: none;
826826
border: 0;
827827
border-radius: calc(var(--default-clickable-area) / 2);

core/css/server.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)