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 0921b8b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 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.

7 changes: 0 additions & 7 deletions core/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pr
outline: none;
}

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

html, body {
height: 100%;
// disable pull-down-to-refresh on chromium mobile
Expand Down

0 comments on commit 0921b8b

Please sign in to comment.