mirror of https://gitlab.com/curben/blog
refactor(css): remove browser prefix
* To be added back using autoprefixer
This commit is contained in:
parent
d6801b1c7f
commit
0da12db2ab
|
@ -1,9 +1,8 @@
|
||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
@import "sanitize/*"; /**/
|
||||||
|
|
||||||
button,
|
button,
|
||||||
input,
|
input,
|
||||||
optgroup,
|
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
|
@ -23,8 +22,6 @@ pre {
|
||||||
background: #f8f8f8;
|
background: #f8f8f8;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
padding: 1em 1.5em;
|
padding: 1em 1.5em;
|
||||||
display: block;
|
|
||||||
-webkit-overflow-scrolling: touch;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
|
@ -965,8 +962,6 @@ pre .keyword {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
padding-left: 0.2em;
|
padding-left: 0.2em;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
-moz-box-sizing: border-box;
|
|
||||||
-webkit-box-sizing: border-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* highlight the text box when focused */
|
/* highlight the text box when focused */
|
||||||
|
@ -1027,7 +1022,6 @@ svg#link {
|
||||||
/* use grid to display each link in new line */
|
/* use grid to display each link in new line */
|
||||||
#mobile-menu-toggle:checked + .mobile-nav-link {
|
#mobile-menu-toggle:checked + .mobile-nav-link {
|
||||||
display: grid;
|
display: grid;
|
||||||
display: -ms-grid;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1085,9 +1079,6 @@ svg#link {
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
-ms-user-select: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.copy-button:hover {
|
.copy-button:hover {
|
||||||
|
|
Loading…
Reference in New Issue