1
0
Fork 0
mirror of synced 2024-06-24 01:00:35 +12:00

Added hover color

This commit is contained in:
Eldad Fux 2020-05-06 20:38:46 +03:00
parent 21b2758060
commit fe60af856e
3 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1132,8 +1132,11 @@ ol {
border-radius: 0 0 10px 10px;
}
&:first-child:hover, &:last-child:hover {
&:hover {
background: var(--config-color-fade-super);
}
&:first-child:hover, &:last-child:hover {
border-color: transparent;
}