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
  • #31639
Closed
Open
Issue created Sep 13, 2020 by Administrator@rootContributor

[feature][v5] Hover-* class Utilities

Created by: Psixodelik

Hello

I would like to suggest the hover utilities. The utility builds on existing utilities.

Example:

<p class="hover-success">On hover, the text will be the color "success"</p>
<div class="hover-shadow-sm">On hover there will be a shadow from the "shadow-sm" utility</div>

Developers often want to use custom hovers in their blocks. Instead of using ready-made utilities, they write their own custom code. For faster development, it is good to have a standard set of hovers.

The $enable-hover-utilites variable will be used to enable hover utilities.

When enabled, classes for hover utilities are created. These utilities are properties that do not affect the box-model.

I suggest including this in Bootstrap 5.

Assignee
Assign to
Time tracking