forked from AuroraMiddleware/gtk
Adwaita: Remove the .drag-icon class
This class was not used in GTK.
This commit is contained in:
parent
c3f1ff7db4
commit
560e03f962
@ -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,
|
||||
|
@ -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); }
|
||||
|
||||
|
@ -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); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user