Skip to content
Snippets Groups Projects
Commit 4872a424 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix(form): hover style for structure-choice

parent b8be7054
No related branches found
No related tags found
3 merge requests!418V2.1.0,!400V2.0,!230V2.0
......@@ -60,9 +60,11 @@
border-width: 2px;
border-style: solid;
border-color: $white;
&:hover {
background: $primary-color-light;
border-color: $primary-color-light;
.name {
text-decoration: underline;
}
}
&.item-selected {
......
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