Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #31592
Closed
Open
Issue created Sep 04, 2020 by Administrator@rootContributor

[Utilities][Opacity] Add opacity classes

Created by: PululuK

Easily change the opacity of elements with the opacity utilities.

This can be very useful in some context, for example :

<section class="module-list {% if not hook['active'] %} opacity-50 {% endif %}"> 

Instead of :

<section class="module-list" {% if not hook['active'] %} style="opacity:50%" {% endif %}> 

I can provide a PR if you are interested in this feature.

  • opacity-10 => opacity:10%
  • opacity-20 => opacity:20%
  • opacity-30 => opacity:30%
  • opacity-40 => opacity:40%
  • opacity-50 => opacity:50%
  • opacity-60 => opacity:60%
  • opacity-70 => opacity:70%
  • opacity-80 => opacity:80%
  • opacity-90 => opacity:90%
  • opacity-100 => opacity:100%
Assignee
Assign to
Time tracking