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
  • Merge requests
  • !31640

Add hover utilities

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/Psixodelik/main into main Sep 13, 2020
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: Psixodelik

#31639 (closed)

Added a new field for utilities. Hover field. If it is set to true, then a class of the form .hover-utility-name is generated.

Classes after compilation:

.hover-border: hover {
   border: 1px solid # dee2e6! important;
}

.hover-rounded-sm: hover {
   border-radius: 0.2rem! important;
}

SASS examples:

"shadow": (
  property: box-shadow,
  hover: true,
  class: shadow,
  values: (
    null: $box-shadow,
    sm: $box-shadow-sm,
    lg: $box-shadow-lg,
    none: none,
  ),
),
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/Psixodelik/main