Add hover effect to percentage bar sections
This commit is contained in:
parent
f9b689199d
commit
f1dfe2e21b
@ -265,3 +265,9 @@ h3 {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#perc-bar > .perc-bar-part:hover {
|
||||
opacity: 0.75;
|
||||
margin-top: -5px;
|
||||
transition: 0.2s all;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user