File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 160160 height: 20px;
161161 image: {{ foreground|color(state="icon")|url(id="drag_indicator", rotate=90) }};
162162}
163+ QToolBar::handle:horizontal:disabled {
164+ image: {{ foreground|color(state="disabled")|url(id="drag_indicator") }};
165+ }
166+ QToolBar::handle:vertical:disabled {
167+ image: {{ foreground|color(state="disabled")|url(id="drag_indicator", rotate=90) }};
168+ }
163169QToolBar::separator {
164170 background: {{ border|color }};
165171}
Original file line number Diff line number Diff line change @@ -224,6 +224,12 @@ QToolBar::handle:vertical {
224224 height: 20px;
225225 image: {{ foreground|color(state="icon")|url(id="drag_indicator", rotate=90) }};
226226}
227+ QToolBar::handle:horizontal:disabled {
228+ image: {{ foreground|color(state="disabled")|url(id="drag_indicator") }};
229+ }
230+ QToolBar::handle:vertical:disabled {
231+ image: {{ foreground|color(state="disabled")|url(id="drag_indicator", rotate=90) }};
232+ }
227233QToolBar::separator {
228234 background: {{ border|color }};
229235}
You can’t perform that action at this time.
0 commit comments