Revert CSS Changes

This commit is contained in:
ransurf 2021-10-24 13:50:42 -06:00 committed by GitHub
parent f996379243
commit 6a7651c04a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,13 +149,3 @@ input[type=checkbox]:focus {
.react-tabs__tab-panel--selected { .react-tabs__tab-panel--selected {
display: block; display: block;
} }
ul li:not(.task-list-item)::before {
content: "•";
color: transparent;
display: inline-block;
width: 1em;
margin-left: -1em;
padding: 0;
font-weight: bold;
text-shadow: 0 0 0.5em transparent;
}