Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
2015-12-22 05:09:28 +0800
Commit
4c2790e820b60782428441dfb33c3a97e4d5924f
1 parent
14e617b0
优惠券 背景灰色兼容
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
static/sass/cart/_select-coupon.scss
static/sass/cart/_select-coupon.scss
View file @
4c2790e
@@ -78,6 +78,7 @@
@@ -78,6 +78,7 @@
78
}
78
}
79
79
80
.not-avaliable
{
80
.not-avaliable
{
81
-
-webkit-filter
:
grayscale
(
100%
);
81
+
// -webkit-filter: grayscale(100%);
82
+
@include
filter
(
grayscale
(
100%
));
82
}
83
}
83
}
84
}
Please
register
or
login
to post a comment