Skip to content

Commit a2b1aa4

Browse files
authored
Merge pull request #32 from cmderdev/copilot/fix-outdated-vendor-prefixes
Remove outdated vendor prefixes from CSS
2 parents 3879b87 + 85e437c commit a2b1aa4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

css/main.css

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
html, body, button, input, select, textarea {
1010
color: #212529;
1111
}
12-
::-moz-selection {
12+
::selection {
1313
background: #b3d4fc;
1414
text-shadow: none;
1515
}
@@ -29,8 +29,6 @@ body > div.container, body > div.container-fluid {
2929
margin: 2em auto;
3030
padding: 0 0 2em 0;
3131
background-color: #fff;
32-
-webkit-box-shadow: 0 0 8px 3px #eee;
33-
-moz-box-shadow: 0 0 8px 3px #eee;
3432
box-shadow: 0 0 8px 3px #eee;
3533
}
3634
main > section {
@@ -97,10 +95,6 @@ h4 {
9795
font-size: 1.1em;
9896
outline: none;
9997
text-decoration: none;
100-
-webkit-transition: background-color 0.3s;
101-
-moz-transition: background-color 0.3s;
102-
-ms-transition: background-color 0.3s;
103-
-o-transition: background-color 0.3s;
10498
transition: background-color 0.3s;
10599
}
106100
.btn:active:focus {
@@ -246,8 +240,6 @@ ul ol {
246240

247241
body > div.container, body > div.container-fluid {
248242
background-color: #2a2a2a;
249-
-webkit-box-shadow: 0 0 8px 3px #000;
250-
-moz-box-shadow: 0 0 8px 3px #000;
251243
box-shadow: 0 0 8px 3px #000;
252244
}
253245

0 commit comments

Comments
 (0)