Uploaded image for project: 'Skin factory'
  1. Skin factory
  2. SKINFACTORY-55

We should have the transparent option for color styles

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.0.0
    • 1.0.0
    • None

      The # of the hexadecimal code of color is inclued into the skin factory, so we can not add the transparent property when necessary.

          [SKINFACTORY-55] We should have the transparent option for color styles

          Laurence Aumeunier made changes -
          Assignee Original: Laurence Aumeunier [ laurence ]
          Laurence Aumeunier made changes -
          Assignee New: Laurence Aumeunier [ laurence ]
          Laure Lopez made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          Laurence Aumeunier made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Laurence Aumeunier made changes -
          Attachment New: Capture.PNG [ 14865 ]

          A new item "no color" has been added under proposed colors to apply transparent color (see screenshot).

          Color to rgba format can be open in a new issue as a improvement.

          Laurence Aumeunier added a comment - A new item "no color" has been added under proposed colors to apply transparent color (see screenshot). Color to rgba format can be open in a new issue as a improvement.
          Laurence Aumeunier made changes -
          Fix Version/s New: 1.0.0 [ 10796 ]

          Laure Lopez added a comment -

          The best way would to write color like this :

          div {
            background-color: rgba(0, 0, 255, 0.5);
          }

          This way we can manage the opacity and all colors properties have the same format

          Laure Lopez added a comment - The best way would to write color like this : div { background-color: rgba(0, 0, 255, 0.5); } This way we can manage the opacity and all colors properties have the same format
          Laure Lopez created issue -

            Unassigned Unassigned
            llopez Laure Lopez
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: