1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-07 03:31:57 +00:00

Remove seperate files right click file

This commit is contained in:
Magnus Walbeck 2019-04-23 17:35:05 +08:00
parent 2c53387cd6
commit 44b84f7ac4
2 changed files with 0 additions and 16 deletions
core/css

View file

@ -1,15 +0,0 @@
/* Files Right Click -------------------------------------------------------- */
.rightClick {
border: 1px solid $decoration-normal;
filter: none;
li:hover {
background-color: $background-active-hover;
}
li:active, li:focus {
background-color: $background-active;
}
}

View file

@ -37,7 +37,6 @@
@import 'apps/thirdparty/circles';
@import 'apps/thirdparty/dashboard';
@import 'apps/thirdparty/deck';
@import 'apps/thirdparty/files-rightclick';
@import 'apps/thirdparty/flow-upload';
@import 'apps/thirdparty/fulltextsearch';
@import 'apps/thirdparty/group-folders';