forked from tanner/qotnews
style: Apply transparent background to checkboxes
This commit is contained in:
@@ -122,7 +122,7 @@ function Feed({ updateCache }) {
|
||||
</Helmet>
|
||||
|
||||
<div style={{marginBottom: '1rem'}}>
|
||||
<input type="checkbox" id="filter-smallweb" checked={filterSmallweb} onChange={handleFilterChange} />
|
||||
<input type="checkbox" id="filter-smallweb" className="checkbox" checked={filterSmallweb} onChange={handleFilterChange} />
|
||||
<label htmlFor="filter-smallweb" style={{paddingLeft: '0.5rem'}}>Filter Smallweb</label>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -310,3 +310,7 @@ button.comment {
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user