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
5e8dd7d4
Commit
5e8dd7d4
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #15428 from twbs/browser-bugs
add/update/summarize browser bug refs in Less comments
parents
fa08c932
75ec7393
4 merge requests
!28721
Hot test
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
less/carousel.less
+1
-0
less/carousel.less
less/close.less
+1
-0
less/close.less
less/forms.less
+1
-1
less/forms.less
less/mixins/vendor-prefixes.less
+1
-1
less/mixins/vendor-prefixes.less
less/tables.less
+2
-2
less/tables.less
less/theme.less
+2
-2
less/theme.less
with
8 additions
and
6 deletions
+8
-6
less/carousel.less
+
1
-
0
View file @
5e8dd7d4
...
...
@@ -196,6 +196,7 @@
// Internet Explorer 8-9 does not support clicks on elements without a set
// `background-color`. We cannot use `filter` since that's not viewed as a
// background color by the browser. Thus, a hack is needed.
// See https://developer.mozilla.org/en-US/docs/Web/Events/click#Internet_Explorer
//
// For IE8, we set solid black as it doesn't support `rgba()`. For IE9, we
// set alpha transparency for the best results possible.
...
...
This diff is collapsed.
Click to expand it.
less/close.less
+
1
-
0
View file @
5e8dd7d4
...
...
@@ -23,6 +23,7 @@
// Additional properties for button version
// iOS requires the button element instead of an anchor tag.
// If you want the anchor version, it requires `href="#"`.
// See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile
button& {
padding: 0;
cursor: pointer;
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
1
-
1
View file @
5e8dd7d4
...
...
@@ -143,7 +143,7 @@ output {
fieldset[disabled] & {
cursor: @cursor-disabled;
background-color: @input-bg-disabled;
opacity: 1; // iOS fix for unreadable disabled content
opacity: 1; // iOS fix for unreadable disabled content
; see https://github.com/twbs/bootstrap/issues/11655
}
// Reset height for `textarea`s
...
...
This diff is collapsed.
Click to expand it.
less/mixins/vendor-prefixes.less
+
1
-
1
View file @
5e8dd7d4
...
...
@@ -102,7 +102,7 @@
// Firefox
&::-moz-placeholder {
color: @color;
opacity: 1; //
S
ee https://github.com/twbs/bootstrap/pull/11526
opacity: 1; //
Override Firefox's unusual default opacity; s
ee https://github.com/twbs/bootstrap/pull/11526
}
&:-ms-input-placeholder { color: @color; } // Internet Explorer 10+
&::-webkit-input-placeholder { color: @color; } // Safari and Chrome
...
...
This diff is collapsed.
Click to expand it.
less/tables.less
+
2
-
2
View file @
5e8dd7d4
...
...
@@ -133,7 +133,7 @@ th {
// Reset default table behavior
table col[class*="col-"] {
position: static; // Prevent border hiding in Firefox and IE9
/10
(see https://github.com/twbs/bootstrap/issues/11623)
position: static; // Prevent border hiding in Firefox and IE9
-11
(see https://github.com/twbs/bootstrap/issues/11623)
float: none;
display: table-column;
}
...
...
@@ -141,7 +141,7 @@ table {
td,
th {
&[class*="col-"] {
position: static; // Prevent border hiding in Firefox and IE9
/10
(see https://github.com/twbs/bootstrap/issues/11623)
position: static; // Prevent border hiding in Firefox and IE9
-11
(see https://github.com/twbs/bootstrap/issues/11623)
float: none;
display: table-cell;
}
...
...
This diff is collapsed.
Click to expand it.
less/theme.less
+
2
-
2
View file @
5e8dd7d4
...
...
@@ -36,7 +36,7 @@
// Mixin for generating new styles
.btn-styles(@btn-color: #555) {
#gradient > .vertical(@start-color: @btn-color; @end-color: darken(@btn-color, 12%));
.reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners
.reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners
; see https://github.com/twbs/bootstrap/issues/10620
background-repeat: repeat-x;
border-color: darken(@btn-color, 14%);
...
...
@@ -130,7 +130,7 @@
// Inverted navbar
.navbar-inverse {
#gradient > .vertical(@start-color: lighten(@navbar-inverse-bg, 10%); @end-color: @navbar-inverse-bg);
.reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered
.reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered
; see https://github.com/twbs/bootstrap/issues/10257
.navbar-nav > .open > a,
.navbar-nav > .active > a {
...
...
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