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 <[email protected]>
  • Loading branch information
JuliaKirschenheuter committed Jan 22, 2024
1 parent 077faae commit d5a9db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NcSettingsSection/NcSettingsSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ $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-lighter);

&:hover, &:focus, &:active {
opacity: $opacity_full;
Expand All @@ -164,7 +164,7 @@ $maxWidth: 900px;
&__desc {
margin-top: -.2em;
margin-bottom: 1em;
opacity: $opacity_normal;
color: var(--color-text-lighter);
max-width: $maxWidth;
}
}
Expand Down

0 comments on commit d5a9db2

Please sign in to comment.