1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 06:16:43 +00:00

added checkmarks to window list; fixed test

This commit is contained in:
Steven Hugg
2018-07-14 15:10:09 -05:00
parent 8cfc15ecb7
commit 12ad4648dc
6 changed files with 16 additions and 5 deletions
+6
View File
@@ -274,3 +274,9 @@ canvas.pixelated {
.twitter-follow-button:hover {
color:#99ffff;
}
.dropdown-item-checked::before {
position: absolute;
left: .4rem;
content: '\2713';
font-weight: 400;
}