mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-13 22:36:17 +00:00
Attempt CSS linting fix - v2
This commit is contained in:
parent
f9074a2bc6
commit
004e5cc2a2
@ -97,12 +97,17 @@ main {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
|
/* Star default color and size */
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
color: #b3b3cc;
|
color: #b3b3cc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rating:not(:checked) > label:before {
|
.rating > label:active {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rating:not(:checked) > label::before {
|
||||||
content: "★";
|
content: "★";
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -116,13 +121,9 @@ main {
|
|||||||
color: orangered;
|
color: orangered;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rating > label:active {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rating > input:checked + label:hover,
|
.rating > input:checked + label:hover,
|
||||||
.rating > input:checked + label:hover ~ label,
|
|
||||||
.rating > input:checked ~ label:hover,
|
.rating > input:checked ~ label:hover,
|
||||||
|
.rating > input:checked + label:hover ~ label,
|
||||||
.rating > input:checked ~ label:hover ~ label,
|
.rating > input:checked ~ label:hover ~ label,
|
||||||
.rating > label:hover ~ input:checked ~ label {
|
.rating > label:hover ~ input:checked ~ label {
|
||||||
color: orangered;
|
color: orangered;
|
||||||
|
Loading…
Reference in New Issue
Block a user