Merge pull request #3192 from nextcloud/fix/3160/hide-sidebar-arrow-button

Hide title arrow button in sidebar
This commit is contained in:
Christoph Wurst 2021-06-11 11:09:32 +02:00 committed by GitHub
commit 356e7fd785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
/** Hide the submit button for the title, because it does not trigger a save */
.app-sidebar-header__desc {
.rename-form {
.app-sidebar-header__maintitle-form {
button {
display: none;
}