spanish-quizzer

An app to quiz you on Spanish vocabulary and verb conjugations
git clone https://git.ashermorgan.net/spanish-quizzer/
Log | Files | Refs | README

commit 94bafad32f7f8c49e037bd5268507647b9bd1ced
parent 921684bee5923f444776154b0cf8b5cb3a7b76bc
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Tue, 31 Mar 2020 17:05:42 -0700

Improve remove set button appearance.

Diffstat:
MStyles.css | 5+++++
Mindex.html | 2+-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/Styles.css b/Styles.css @@ -27,6 +27,11 @@ body { } +.settingsSetRemove { + cursor: pointer; +} + + #settingsStart { width: 75px; } diff --git a/index.html b/index.html @@ -57,7 +57,7 @@ <option>Preterite Tense</option> <option>Imperfect Tense</option> </select> - <button id="settingsSetRemove">x</button> + <a id="settingsSetRemove" class="settingsSetRemove">╳</a> </div> </template>