Added UI hover for expansion panel

This commit is contained in:
Niels Lyngsø
2019-01-17 10:16:04 +01:00
parent 67c571fb28
commit d6c2fec5d2

View File

@@ -13,6 +13,10 @@
cursor: pointer;
justify-content: space-between;
color: @black;
&:hover .umb-expansion-panel__expand {
color: @gray-6;
}
}
.umb-expansion-panel__expand {
@@ -22,4 +26,4 @@
.umb-expansion-panel__content {
padding: 20px;
border-top: 1px solid @gray-9;
}
}