Skip to content
Snippets Groups Projects
Commit d407ed6e authored by Lucas Ernesto Kindinger's avatar Lucas Ernesto Kindinger
Browse files

Fix pointer cursor in filter elements

parent de7228c0
No related branches found
No related tags found
No related merge requests found
......@@ -27,11 +27,16 @@
}
}
.open{
cursor: pointer;
}
.dropdown-element {
width: 95%;
margin-left: 3%;
.label-checkbox {
cursor: pointer;
width: 100%;
position: relative;
font-weight: 300;
......@@ -46,6 +51,7 @@
}
}
.nestedAccordion {
.dropdown {
margin-top: 10px !important;
......
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