Merge pull request #4114 from umbraco/temp8-ui-expansion-panel-hover

Temp8 ui expansion panel hover
This commit is contained in:
Warren Buckley
2019-01-24 10:03:00 +00:00
committed by GitHub

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;
}
}