Skip to content
Snippets Groups Projects
Commit c74394db authored by Jannik Wurche's avatar Jannik Wurche
Browse files

:nail_care: style changes on selecting choice

parent 7f2c967d
No related branches found
No related tags found
No related merge requests found
Pipeline #22386 passed
......@@ -194,7 +194,7 @@ div.choice {
padding: 7px;
padding-left: 15px;
margin-top: 5px;
transition: border-color 0.3s ease;
transition: border-color 0.3s ease, margin 0.3s ease;
}
div.choice:hover {
......@@ -202,9 +202,10 @@ div.choice:hover {
}
div.selected {
color: #a0d9ff;
/*color: #a0d9ff;*/
border-color: #007acc;
transition: border-color 1.5s ease, color 0.75s ease;
margin-left: 10px;
transition: border-color 1.5s ease, color 0.75s ease, margin-left 0.75s ease;
}
div.selected:hover {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment