hover state for umb-table item

This commit is contained in:
Niels Lyngsø
2019-03-19 16:15:01 +01:00
parent 59a62688c5
commit 560367debe

View File

@@ -102,6 +102,17 @@ input.umb-table__input {
&:hover {
//background-color: @ui-option-hover;
&::before {
content: "";
position: absolute;
z-index:1;
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
border: 2px solid rgba(@ui-selected-border, .33);
pointer-events: none;
}
}
}