Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
5e8dd7d4
Commit
5e8dd7d4
authored
Dec 22, 2014
by
Chris Rebert
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15428 from twbs/browser-bugs
add/update/summarize browser bug refs in Less comments
parents
fa08c932
75ec7393
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
6 deletions
+8
-6
less/carousel.less
less/carousel.less
+1
-0
less/close.less
less/close.less
+1
-0
less/forms.less
less/forms.less
+1
-1
less/mixins/vendor-prefixes.less
less/mixins/vendor-prefixes.less
+1
-1
less/tables.less
less/tables.less
+2
-2
less/theme.less
less/theme.less
+2
-2
No files found.
less/carousel.less
View file @
5e8dd7d4
...
@@ -196,6 +196,7 @@
...
@@ -196,6 +196,7 @@
// Internet Explorer 8-9 does not support clicks on elements without a set
// 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`. We cannot use `filter` since that's not viewed as a
// background color by the browser. Thus, a hack is needed.
// 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
// For IE8, we set solid black as it doesn't support `rgba()`. For IE9, we
// set alpha transparency for the best results possible.
// set alpha transparency for the best results possible.
...
...
less/close.less
View file @
5e8dd7d4
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
// Additional properties for button version
// Additional properties for button version
// iOS requires the button element instead of an anchor tag.
// iOS requires the button element instead of an anchor tag.
// If you want the anchor version, it requires `href="#"`.
// If you want the anchor version, it requires `href="#"`.
// See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile
button& {
button& {
padding: 0;
padding: 0;
cursor: pointer;
cursor: pointer;
...
...
less/forms.less
View file @
5e8dd7d4
...
@@ -143,7 +143,7 @@ output {
...
@@ -143,7 +143,7 @@ output {
fieldset[disabled] & {
fieldset[disabled] & {
cursor: @cursor-disabled;
cursor: @cursor-disabled;
background-color: @input-bg-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
// Reset height for `textarea`s
...
...
less/mixins/vendor-prefixes.less
View file @
5e8dd7d4
...
@@ -102,7 +102,7 @@
...
@@ -102,7 +102,7 @@
// Firefox
// Firefox
&::-moz-placeholder {
&::-moz-placeholder {
color: @color;
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+
&:-ms-input-placeholder { color: @color; } // Internet Explorer 10+
&::-webkit-input-placeholder { color: @color; } // Safari and Chrome
&::-webkit-input-placeholder { color: @color; } // Safari and Chrome
...
...
less/tables.less
View file @
5e8dd7d4
...
@@ -133,7 +133,7 @@ th {
...
@@ -133,7 +133,7 @@ th {
// Reset default table behavior
// Reset default table behavior
table col[class*="col-"] {
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;
float: none;
display: table-column;
display: table-column;
}
}
...
@@ -141,7 +141,7 @@ table {
...
@@ -141,7 +141,7 @@ table {
td,
td,
th {
th {
&[class*="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;
float: none;
display: table-cell;
display: table-cell;
}
}
...
...
less/theme.less
View file @
5e8dd7d4
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
// Mixin for generating new styles
// Mixin for generating new styles
.btn-styles(@btn-color: #555) {
.btn-styles(@btn-color: #555) {
#gradient > .vertical(@start-color: @btn-color; @end-color: darken(@btn-color, 12%));
#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;
background-repeat: repeat-x;
border-color: darken(@btn-color, 14%);
border-color: darken(@btn-color, 14%);
...
@@ -130,7 +130,7 @@
...
@@ -130,7 +130,7 @@
// Inverted navbar
// Inverted navbar
.navbar-inverse {
.navbar-inverse {
#gradient > .vertical(@start-color: lighten(@navbar-inverse-bg, 10%); @end-color: @navbar-inverse-bg);
#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 > .open > a,
.navbar-nav > .active > a {
.navbar-nav > .active > a {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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