Skip to content

Commit

Permalink
preparations for nextcloud-vue 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
korelstar committed Oct 22, 2019
1 parent eab2be3 commit 5e50838
Show file tree
Hide file tree
Showing 12 changed files with 408 additions and 576 deletions.
16 changes: 8 additions & 8 deletions css/app-navigation.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#app-navigation li.collapsible.category-header:not(.open) a {
.app-navigation-entry.category-header:not(.app-navigation-entry--opened) .app-navigation-entry__title {
font-weight: bold;
}

Expand All @@ -12,25 +12,25 @@
}

/* icons for sidebar */
.nav-icon-files {
.icon-files {
@include icon-color('folder', 'notes', $color-black);
}

.nav-icon-emptyfolder {
.icon-emptyfolder {
@include icon-color('folder-empty', 'notes', $color-black);
}

.nav-icon-recent {
.icon-recent {
@include icon-color('recent', 'notes', $color-black);
}

.app-navigation-entry-utils-menu-button {
.app-navigation-entry__utils .action-item {
visibility: hidden;
}

.active .app-navigation-entry-utils-menu-button,
li:hover .app-navigation-entry-utils-menu-button,
li:focus .app-navigation-entry-utils-menu-button {
.active .app-navigation-entry__utils .action-item,
li:hover .app-navigation-entry__utils .action-item,
li:focus .app-navigation-entry__utils .action-item {
visibility: visible;
}

0 comments on commit 5e50838

Please sign in to comment.