Page 1 of 1

[REACT] required the classes used inside the resource histogram

Posted: Mon Jun 14, 2021 1:30 pm
by Surekha

Hi Team ,
We are unable to inspect the resource assignment dropdown. we have few changes that has to be done in the css inside the dropdown. Can you send us the classes involved inside the dropdown.
We also need the classes of save and cancel button present inside.
I have attached the picture.


Re: [REACT] required the classes used inside the resource histogram

Posted: Mon Jun 14, 2021 1:51 pm
by saki

If the problem is that popup disappears when you want to inspect it then this trick could help:

debug-popup.gif
debug-popup.gif (896 KiB) Viewed 596 times

Re: [REACT] required the classes used inside the resource histogram

Posted: Mon Jun 14, 2021 1:57 pm
by mats

You can learn this by just looking in Chrome Dev Tools element inspector.

.b-assignmentpicker [data-ref="saveBtn"],
.b-assignmentpicker [data-ref="cancelBtn"] {
}

Re: [REACT] required the classes used inside the resource histogram

Posted: Mon Jun 14, 2021 2:18 pm
by Surekha

Thank you for the trick