Skip to content

Commit

Permalink
Remove inaccessible opacity from SettingsSection
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter authored and emoral435 committed Jan 22, 2024
1 parent 83d153f commit 406d698
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/NcSettingsSection/NcSettingsSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,17 +154,17 @@ $maxWidth: 900px;
// make sure to properly align the icon with the text
margin: -$icon-margin;
margin-left: 0;
opacity: $opacity_normal;
color: var(--color-text-maxcontrast);
&:hover, &:focus, &:active {
opacity: $opacity_full;
color: var(--color-main-text);
}
}
&__desc {
margin-top: -.2em;
margin-bottom: 1em;
opacity: $opacity_normal;
color: var(--color-text-maxcontrast);
max-width: $maxWidth;
}
}
Expand Down

0 comments on commit 406d698

Please sign in to comment.