mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
refactor: simplify list styling
This commit is contained in:
parent
e27e95e43d
commit
188d6cebc3
@ -5,7 +5,7 @@ This will contain a list of features that are in progress, completed, and planne
|
|||||||
## Completed
|
## Completed
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<ul style="list-style: none;">
|
<ul class="no-style">
|
||||||
<li>
|
<li>
|
||||||
<input type="checkbox" checked>
|
<input type="checkbox" checked>
|
||||||
<label>Tracking algorithm</label>
|
<label>Tracking algorithm</label>
|
||||||
@ -40,7 +40,7 @@ This will contain a list of features that are in progress, completed, and planne
|
|||||||
## In Progress
|
## In Progress
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<ul style="list-style: none;">
|
<ul class="no-style">
|
||||||
<li>
|
<li>
|
||||||
<input type="checkbox" unchecked>
|
<input type="checkbox" unchecked>
|
||||||
<label>Variable eye openness tracking</label>
|
<label>Variable eye openness tracking</label>
|
||||||
@ -79,7 +79,7 @@ This will contain a list of features that are in progress, completed, and planne
|
|||||||
## Planned
|
## Planned
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<ul style="list-style: none;">
|
<ul class="no-style">
|
||||||
<li>
|
<li>
|
||||||
<input type="checkbox" unchecked>
|
<input type="checkbox" unchecked>
|
||||||
<label>Support for binary parameters</label>
|
<label>Support for binary parameters</label>
|
||||||
|
|||||||
@ -38,3 +38,7 @@ label {
|
|||||||
position: relative;
|
position: relative;
|
||||||
top: -9px;
|
top: -9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-style {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user