Add hover colour to settings schemes

This commit is contained in:
Samuel Elliott 2018-02-20 00:01:46 +00:00
parent 7123f5f100
commit afacd9cfbb
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
1 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,12 @@
margin-top: 10px;
}
&:hover {
.bd-settings-scheme-icon {
border-color: lighten($coldimwhite, 20%);
}
}
&.bd-active {
cursor: default;