hover state for umb-table item
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user