Skip to content

Commit a560eb6

Browse files
committed
remove preserve-3d
1 parent f92759b commit a560eb6

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

bootstrap.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* http://www.apache.org/licenses/LICENSE-2.0
77
*
88
* Designed and built with all the love in the world @twitter by @mdo and @fat.
9-
* Date: Thu Nov 3 17:06:17 PDT 2011
9+
* Date: Thu Nov 3 18:40:15 PDT 2011
1010
*/
1111
/* Reset.less
1212
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -697,7 +697,6 @@ textarea {
697697
color: #bfbfbf;
698698
}
699699
input, textarea {
700-
-webkit-transform-style: preserve-3d;
701700
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
702701
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
703702
-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
@@ -1370,7 +1369,6 @@ table .headerSortUp.purple, table .headerSortDown.purple {
13701369
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
13711370
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
13721371
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
1373-
-webkit-transform-style: preserve-3d;
13741372
-webkit-transition: none;
13751373
-moz-transition: none;
13761374
-ms-transition: none;
@@ -1894,7 +1892,6 @@ footer {
18941892
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
18951893
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
18961894
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1897-
-webkit-transform-style: preserve-3d;
18981895
-webkit-transition: 0.1s linear all;
18991896
-moz-transition: 0.1s linear all;
19001897
-ms-transition: 0.1s linear all;
@@ -2199,7 +2196,6 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
21992196
margin-top: 7px;
22002197
}
22012198
.modal.fade {
2202-
-webkit-transform-style: preserve-3d;
22032199
-webkit-transition: opacity .3s linear, top .3s ease-out;
22042200
-moz-transition: opacity .3s linear, top .3s ease-out;
22052201
-ms-transition: opacity .3s linear, top .3s ease-out;
@@ -2395,7 +2391,6 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
23952391
margin-bottom: 0;
23962392
}
23972393
.fade {
2398-
-webkit-transform-style: preserve-3d;
23992394
-webkit-transition: opacity 0.15s linear;
24002395
-moz-transition: opacity 0.15s linear;
24012396
-ms-transition: opacity 0.15s linear;

bootstrap.min.css

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/mixins.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111

112112
// Transitions
113113
.transition(@transition) {
114-
-webkit-transform-style: e(%("preserve-3d"));
115114
-webkit-transition: @transition;
116115
-moz-transition: @transition;
117116
-ms-transition: @transition;

0 commit comments

Comments
 (0)