Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
f65bd7be
Commit
f65bd7be
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #16021 from twbs/visibility-block
rm `visibility` where redundant to `display`
parents
fbc5d8ee
b6b0fe7d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
less/component-animations.less
+1
-2
less/component-animations.less
less/navbar.less
+0
-1
less/navbar.less
less/navs.less
+0
-2
less/navs.less
less/tooltip.less
+0
-1
less/tooltip.less
with
1 addition
and
6 deletions
+1
-6
less/component-animations.less
+
1
-
2
View file @
f65bd7be
...
...
@@ -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; }
}
...
...
This diff is collapsed.
Click to expand it.
less/navbar.less
+
0
-
1
View file @
f65bd7be
...
...
@@ -67,7 +67,6 @@
&.collapse {
display: block !important;
visibility: visible !important;
height: auto !important;
padding-bottom: 0; // Override default setting
overflow: visible !important;
...
...
This diff is collapsed.
Click to expand it.
less/navs.less
+
0
-
2
View file @
f65bd7be
...
...
@@ -223,11 +223,9 @@
.tab-content {
> .tab-pane {
display: none;
visibility: hidden;
}
> .active {
display: block;
visibility: visible;
}
}
...
...
This diff is collapsed.
Click to expand it.
less/tooltip.less
+
0
-
1
View file @
f65bd7be
...
...
@@ -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;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets