1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-06 11:11:58 +00:00

Remove unused styling for notes

This commit is contained in:
Magnus Walbeck 2019-09-06 12:46:59 +02:00
parent df81c23f14
commit e07813abfa
2 changed files with 0 additions and 19 deletions
core/css

View file

@ -1,18 +0,0 @@
/* Notes -------------------------------------------------------------------- */
.app-notes #app-content {
.note-meta {
& > * {
opacity: 0.7;
}
.note-meta-right {
&:hover, &:active, &:focus {
opacity: 1;
}
}
}
}

View file

@ -28,7 +28,6 @@
@import 'apps/official/ldap';
@import 'apps/official/log-reader';
@import 'apps/official/mail';
@import 'apps/official/notes';
@import 'apps/official/notifications';
@import 'apps/official/retention';
@import 'apps/official/talk';