Skip to content

Commit

Permalink
Merge pull request #42559 from nextcloud/fix/41699-change_styles_for_…
Browse files Browse the repository at this point in the history
…focused_items_in_sidebar

Remove unneeded styles: everything is handled by NcVue
  • Loading branch information
JuliaKirschenheuter authored Jan 5, 2024
2 parents fdb4e77 + 024d291 commit ac10ea4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/css/server.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/css/server.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/css/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/css/styles.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions core/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pr
}

/** Let vue apps handle the focus themselves */
.content:not(#content-vue) :focus-visible,
.app-navigation:not(#app-navigation-vue) :focus-visible {
.content:not(#content-vue) :focus-visible {
box-shadow: inset 0 0 0 2px var(--color-primary-element);
outline: none;
}
Expand Down

0 comments on commit ac10ea4

Please sign in to comment.