System Icons: Support tab close icon (#392)

This commit is contained in:
Tom Bursch 2022-05-24 00:20:55 +02:00 committed by GitHub
parent 3ffc0c8985
commit dc6d6f00bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -40,12 +40,10 @@
}
/* Toolbars close button */
.close-icon:not(.tab-close-button) {
.close-icon {
filter: var(--gnome-icons-hack-filter);
list-style-image: url("moz-icon://stock/window-close-symbolic?size=dialog") !important;
}
.close-icon:not(.tab-close-button) image {
filter: var(--gnome-window-icons-hack-filter) !important;
}
/* Navbar icons */