Issue T19113
Visible to All Users

Change icon color

created 6 months ago

good morning!

Is possible to change this icon color (attached image)? Different from others, it's a image. There is a native way on survey to change the color or icon, or i need to overwrite it?

Comments (2)

    Hello,
    It appears that this drop-down action uses a background-image attribute to render a chevron icon. I'm afraid changing its color directly through CSS is not possible since background-image applies the image as-is.

    I will reach out to our developers for further information on this task.
    https://github.com/surveyjs/survey-creator/issues/5725

    Please stay tuned.

    Thank you

    T T
    Transfered Licence Owner 5 months ago

      Ok!

      Thanks Jane!

      Answers approved by surveyjs Support

      created 5 months ago

      Hello,

      The problem fixed via the https://github.com/surveyjs/survey-creator/issues/5725 the fix will be available in the next minor release.

      CSS
      :root { --ctr-survey-question-panel-toolbar-item-icon-color: tomato; }

      Thank you,
      Dmitry
      SurveyJS Team