Skip to content

Commit 82b68fc

Browse files
authored
Merge pull request #42600 from nextcloud/backport/42559/stable28
[stable28] Remove unneeded styles: everything is handled by NcVue
2 parents 32f9d16 + 0e71e48 commit 82b68fc

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

core/css/server.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/css/server.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/css/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/css/styles.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/css/styles.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pr
3434
}
3535

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

0 commit comments

Comments
 (0)