Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing icons for "show archived cards" and "compact mode" in Deck 0.5.0 / NC14.0.3 and Firefox 63.0.1 #706

Closed
cappuMUC opened this issue Nov 15, 2018 · 7 comments

Comments

@cappuMUC
Copy link

The icons of the buttons to "Show archived cards" and "Switch to compact mode" are missing. It seems, that the background-image property gets overwritten by another style rule.
grafik

@cappuMUC
Copy link
Author

cappuMUC commented Nov 15, 2018

I've found more missing icons in the sidebar...
grafik

...and the cards actions menu.
grafik

They get overridden by the same CSS rule for example the Deck icon gets overridden by:

.icon-deck {
    background-image: var(--icon-deck-000);
}

Edit
Ok, I've tested it in Chromium now and there it seems to work fine... Seems to be a Firefox thing.

@bpcurse
Copy link
Contributor

bpcurse commented Nov 15, 2018

All icons are displayed fine here on a 14.0.3 instance / Deck 0.5.0 accessed by Firefox 63.0.1 on Linux Desktop. NC Server running manjaro i3, nginx, mariadb.

@cappuMUC cappuMUC changed the title Missing icons for "show archived cards" and "compact mode" in Deck 0.5.0 / NC14.0.3 Missing icons for "show archived cards" and "compact mode" in Deck 0.5.0 / NC14.0.3 and Firefox 63.0.1 Nov 15, 2018
@juliusknorr
Copy link
Member

@cappuMUC Can you try a forced reload so that your browser also redownloads cached css files? Should work by pressing Ctrl+F5 in Firefox.

@juliusknorr
Copy link
Member

If that is the case we probably want to backport nextcloud/server#12408 to stable14 as well.

@joergmschulz
Copy link

confirmed. With Firefox on apple: Shift-Cmd-R reloads and displays icons alright.

@cappuMUC
Copy link
Author

@juliushaertl A forced reload with Ctrl+F5 did the trick on my machine. Now everything looks as expected.
Thank you very much! 😄

@juliusknorr
Copy link
Member

Ok, closing this as a server issue then. I will prepare a backport for stable14 as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants