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

Fix icon spam when creating new project in Cospend. Fixes ()

This commit is contained in:
Magnus Walbeck 2021-03-16 21:50:23 +01:00 committed by GitHub
parent 7e05283488
commit d00f2348b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 0 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- [#231](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/231) Fix icon spam when creating new project in Cospend
## 21.0.3 - 2021-03-14
### Add

14
css/apps/thirdparty/_cospend.scss vendored Normal file
View file

@ -0,0 +1,14 @@
/***
* @copyright Copyright (c) 2021, Magnus Walbeck <mw@mwalbeck.org>
*
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
*/
/* Cookbook ----------------------------------------------------------------- */
.app-cospend .app-navigation {
.newItemContainer .icon-confirm,
.newItemContainer .icon-close {
background-image: unset;
}
}

View file

@ -67,6 +67,7 @@
@import "apps/thirdparty/bookmarks";
@import "apps/thirdparty/circles";
@import "apps/thirdparty/cookbook";
@import "apps/thirdparty/cospend";
@import "apps/thirdparty/dashboard";
@import "apps/thirdparty/flow-upload";
@import "apps/thirdparty/fulltextsearch";