Skip to content

Commit e9549a3

Browse files
committed
Lint: CSS & partials
+ Temporary disable ESLint check for scripts.js
1 parent 3e7aabb commit e9549a3

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

‎layouts/partials/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
<span class="footer__copyright-credits">{{ T "footer_credits" | safeHTML }}</span>
77
</div>
88
</div>
9-
</footer>
9+
</footer>

‎layouts/partials/post_meta.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
{{- else -}}
88
{{- partial "post_meta/date.html" $root -}}
99
{{- partial "post_meta/categories.html" $root -}}
10-
{{- end -}}
10+
{{- end -}}

‎static/css/style.css

+3-8
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ body {
9898

9999
.sidebar--left {
100100
-webkit-order: 0;
101+
-ms-flex-order: 0;
101102
order: 0;
102103
margin: 0 2.5% 0 0;
103104
}
@@ -145,8 +146,6 @@ textarea {
145146
/* Animation */
146147
.menu__item,
147148
.btn {
148-
-webkit-transition: background-color .25s ease-out;
149-
-moz-transition: background-color .25s ease-out;
150149
transition: background-color .25s ease-out;
151150
}
152151

@@ -884,6 +883,8 @@ select {
884883
}
885884

886885
.post-nav__item {
886+
-webkit-flex: 1 1 50%;
887+
-ms-flex: 1 1 50%;
887888
flex: 1 1 50%;
888889
max-width: 48%;
889890
}
@@ -941,8 +942,6 @@ input {
941942
vertical-align: middle;
942943
background: #f5f5f5;
943944
border: 1px solid #ebebeb;
944-
-webkit-transition: all .25s ease-in-out;
945-
-moz-transition: all .25s ease-in-out;
946945
transition: all .25s ease-in-out;
947946
}
948947

@@ -972,8 +971,6 @@ input[type=reset] {
972971
cursor: pointer;
973972
background: #2a2a2a;
974973
border: 0;
975-
-webkit-transition: all .1s linear;
976-
-moz-transition: all .1s linear;
977974
transition: all .1s linear;
978975
-webkit-appearance: none;
979976
}
@@ -1046,8 +1043,6 @@ textarea {
10461043
border: 1px solid #ebebeb;
10471044
border-radius: 0;
10481045
outline-offset: -2px;
1049-
-webkit-transition: none;
1050-
-moz-transition: none;
10511046
transition: none;
10521047
-webkit-appearance: none;
10531048
}

‎static/js/scripts.js

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)