Skip to content

Commit 1601b51

Browse files
committed
Latest build
1 parent d2f9064 commit 1601b51

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dist/four-point-eight/styles/default.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,6 @@ textarea:-moz-ui-invalid {
12441244
[type=reset],
12451245
[type=submit] {
12461246
background-color: #dfdfdf;
1247-
background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dfdfdf));
12481247
background-image: linear-gradient(#eeeeee, #dfdfdf);
12491248
display: inline-block;
12501249
position: relative;
@@ -1270,7 +1269,6 @@ textarea:-moz-ui-invalid {
12701269
[type=reset]:hover,
12711270
[type=submit]:hover {
12721271
background-color: #e9e9e9;
1273-
background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e9e9e9));
12741272
background-image: linear-gradient(#f8f8f8, #e9e9e9);
12751273
border-color: #bebebe;
12761274
color: #333333;
@@ -1434,7 +1432,6 @@ textarea:-moz-ui-invalid {
14341432
.search input[type=search] {
14351433
width: 2.125em;
14361434
padding-right: 0;
1437-
-webkit-transition: width 0.2s ease-in-out, border-color 0.2s ease-in-out;
14381435
transition: width 0.2s ease-in-out, border-color 0.2s ease-in-out;
14391436
background-color: #eeeeee;
14401437
cursor: pointer;
@@ -1465,8 +1462,7 @@ textarea:-moz-ui-invalid {
14651462
========================================================================== */
14661463
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
14671464
.search input[type=search] {
1468-
-webkit-transition-duration: 0;
1469-
transition-duration: 0;
1465+
transition-duration: 0;
14701466
}
14711467
}
14721468
/* ==========================================================================

0 commit comments

Comments
 (0)