aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/.csslintrc1
-rw-r--r--less/buttons.less1
-rw-r--r--less/carousel.less2
3 files changed, 3 insertions, 1 deletions
diff --git a/less/.csslintrc b/less/.csslintrc
index 005b86236..19ceb82e9 100644
--- a/less/.csslintrc
+++ b/less/.csslintrc
@@ -3,6 +3,7 @@
"box-sizing": false,
"box-model": false,
"compatible-vendor-prefixes": false,
+ "fallback-colors": false,
"floats": false,
"font-sizes": false,
"gradients": false,
diff --git a/less/buttons.less b/less/buttons.less
index 1cd48a056..c30a07490 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -88,6 +88,7 @@
&,
&:active,
+ &.active,
&[disabled],
fieldset[disabled] & {
background-color: transparent;
diff --git a/less/carousel.less b/less/carousel.less
index 64f125ce7..19313ed6a 100644
--- a/less/carousel.less
+++ b/less/carousel.less
@@ -27,7 +27,7 @@
// WebKit CSS3 transforms for supported devices
@media all and (transform-3d), (-webkit-transform-3d) {
- transition: transform(0.6s ease-in-out);
+ transition: transform .6s ease-in-out;
backface-visibility: hidden;
perspective: 1000;