Skip to content
GitLab
    • Explore Projects Groups Snippets
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
  • !16021

rm `visibility` where redundant to `display`

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge visibility-block into master 10 years ago
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 4

Created by: cvrebert

Refs #15755. CC: @patrickhlauke @mdo

Compare
  • master (base)

and
  • latest version
    b6b0fe7d
    1 commit, 2 years ago

4 files
+ 1
- 6

    Preferences

    File browser
    Compare changes
le‎ss‎
component-an‎imations.less‎ +1 -2
navba‎r.less‎ +0 -1
navs‎.less‎ +0 -2
toolti‎p.less‎ +0 -1
less/component-animations.less
+ 1
- 2
  • View file @ b6b0fe7d

  • Edit in single-file editor

  • Open in Web IDE


@@ -17,9 +17,8 @@
.collapse {
display: none;
visibility: hidden;
&.in { display: block; visibility: visible; }
&.in { display: block; }
tr&.in { display: table-row; }
tbody&.in { display: table-row-group; }
}
less/navbar.less
+ 0
- 1
  • View file @ b6b0fe7d

  • Edit in single-file editor

  • Open in Web IDE


@@ -67,7 +67,6 @@
&.collapse {
display: block !important;
visibility: visible !important;
height: auto !important;
padding-bottom: 0; // Override default setting
overflow: visible !important;
less/navs.less
+ 0
- 2
  • View file @ b6b0fe7d

  • Edit in single-file editor

  • Open in Web IDE


@@ -223,11 +223,9 @@
.tab-content {
> .tab-pane {
display: none;
visibility: hidden;
}
> .active {
display: block;
visibility: visible;
}
}
less/tooltip.less
+ 0
- 1
  • View file @ b6b0fe7d

  • Edit in single-file editor

  • Open in Web IDE


@@ -8,7 +8,6 @@
position: absolute;
z-index: @zindex-tooltip;
display: block;
visibility: visible;
// Reset font and text properties given new insertion method
font-family: @font-family-base;
font-size: @font-size-small;
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
2
accessibility css
2
accessibility css
    Assign labels
  • Manage project labels

Milestone
v3.3.4
v3.3.4
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
3
3 participants
Administrator
Patrick H. Lauke
Mark Otto
Reference: twbs/bootstrap!16021
Source branch: visibility-block

Menu

Explore Projects Groups Snippets