Skip to content

Commit

Permalink
Remove unneeded styles: everything is handled by NcVue
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <[email protected]>
  • Loading branch information
JuliaKirschenheuter committed Jan 3, 2024
1 parent 7ac9031 commit 024d291
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 024d291

Please sign in to comment.