Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-782

Improve CSS selectors for input

XMLWordPrintable

      Since we're applying basic selectors combining a bass class with a type like

      .Input[type="text"]
      

      we need to include `.Input` with any selector we need to override basic behavior:

      .Input.My-custom-input
      

      This violates our basic rule to get rid of selector specificity as much as possible and should be fixed. When fixed/improved, `.My-custom.-input`should be strong enough to override basic behaviour.

        This is the controller panel for Smart Panels app

              Unassigned Unassigned
              franz.heidl Franz
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: