Fixes star rating displays
This commit is contained in:
parent
49e94f8e8e
commit
a4d1985f86
13 changed files with 111 additions and 90 deletions
|
@ -38,3 +38,18 @@ input.toggle-control {
|
|||
input.toggle-control:checked ~ .toggle-content {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* --- STARS --- */
|
||||
.rate-stars button.icon {
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
display: inline;
|
||||
}
|
||||
.rate-stars:hover .icon:before {
|
||||
content: '\e9d9';
|
||||
}
|
||||
.rate-stars form:hover ~ form .icon:before{
|
||||
content: '\e9d7';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue