Adwaita: Remove the .drag-icon class

This class was not used in GTK.
This commit is contained in:
Matthias Clasen 2020-01-22 23:57:30 -05:00
parent c3f1ff7db4
commit 560e03f962
3 changed files with 0 additions and 8 deletions

View File

@ -60,10 +60,6 @@ flowboxchild:focus(visible) {
-gtk-icon-size: 32px;
}
image.drag-icon {
-gtk-icon-size: 32px;
}
/*
These wildcard seems unavoidable, need to investigate.
Wildcards are bad and troublesome, use them with care,

View File

@ -12,8 +12,6 @@ button:focus(visible), checkbutton:focus(visible), radiobutton:focus(visible), s
.large-icons { -gtk-icon-size: 32px; }
image.drag-icon { -gtk-icon-size: 32px; }
/* These wildcard seems unavoidable, need to investigate. Wildcards are bad and troublesome, use them with care, or better, just don't. Everytime a wildcard is used a kitten dies, painfully. */
spinner:disabled, arrow:disabled, scrollbar:disabled, check:disabled, radio:disabled, treeview.expander:disabled { -gtk-icon-filter: opacity(0.5); }

View File

@ -12,8 +12,6 @@ button:focus(visible), checkbutton:focus(visible), radiobutton:focus(visible), s
.large-icons { -gtk-icon-size: 32px; }
image.drag-icon { -gtk-icon-size: 32px; }
/* These wildcard seems unavoidable, need to investigate. Wildcards are bad and troublesome, use them with care, or better, just don't. Everytime a wildcard is used a kitten dies, painfully. */
spinner:disabled, arrow:disabled, scrollbar:disabled, check:disabled, radio:disabled, treeview.expander:disabled { -gtk-icon-filter: opacity(0.5); }