mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-09-26 23:09:15 +08:00
refactor: revert list style simplification
- needs to be inline
This commit is contained in:
parent
188d6cebc3
commit
796c1070c0
@ -5,7 +5,7 @@ This will contain a list of features that are in progress, completed, and planne
|
||||
## Completed
|
||||
|
||||
<div>
|
||||
<ul class="no-style">
|
||||
<ul style="list-style: none;">
|
||||
<li>
|
||||
<input type="checkbox" checked>
|
||||
<label>Tracking algorithm</label>
|
||||
@ -40,7 +40,7 @@ This will contain a list of features that are in progress, completed, and planne
|
||||
## In Progress
|
||||
|
||||
<div>
|
||||
<ul class="no-style">
|
||||
<ul style="list-style: none;">
|
||||
<li>
|
||||
<input type="checkbox" unchecked>
|
||||
<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
|
||||
|
||||
<div>
|
||||
<ul class="no-style">
|
||||
<ul style="list-style: none;">
|
||||
<li>
|
||||
<input type="checkbox" unchecked>
|
||||
<label>Support for binary parameters</label>
|
||||
|
Loading…
Reference in New Issue
Block a user