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
  • !18040

Add title text to responsive visibility utils test cases display

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/tshinnic/v4_docs_resp_util_test_cases_1 into v4-dev Oct 24, 2015
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: tshinnic

The displayed output to show the effects of the various classes .hidden-{xs,sm,md,lg,xl}-{up,down} is really rather cryptic and hard to understand. Even more so, it is hard to relate the output with which classes were active to select the particular on/off status boxes.

This change adds a title="..." text to show on hover which class or combination of classes has caused a particular status display box to be active. This may help ease the confused mind a little bit.

One thought was to add the same text inside the displayed status boxes, but that looked rather ugly and obtrusive. Hence using title="..."

Note that the four cases of classes .hidden-{sm,md,lg,xl}-only did not have titles added. These are docs-only classes defined within the /docs/scss/ files, ending up in the docs.min.css file. Not bootstrap classes. Whether the need to be created for the docs test case example might indicate these are needed by bootstrap is nonobvious to me.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/tshinnic/v4_docs_resp_util_test_cases_1