feat(core): great odins beard, remove the checkbox formatting
ref: #301
This commit is contained in:
@ -209,35 +209,6 @@ article div:not(.codehilite) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
input[type=checkbox] {
|
|
||||||
visibility: hidden;
|
|
||||||
font-size: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=checkbox]:after,
|
|
||||||
input[type=checkbox]::after {
|
|
||||||
content: " ";
|
|
||||||
background-color: #177ee6;
|
|
||||||
display: inline-block;
|
|
||||||
text-align: center;
|
|
||||||
color: #fff;
|
|
||||||
height: 20px;
|
|
||||||
line-height: 20px;
|
|
||||||
width: 20px;
|
|
||||||
visibility: visible;
|
|
||||||
border-radius: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=checkbox]:checked:after,
|
|
||||||
input[type=checkbox]:checked::after {
|
|
||||||
content: "\2714";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Reference in New Issue
Block a user