Update healthcheck.less

prevent UI from "jumping" on hover
This commit is contained in:
Mads Rasmussen
2017-11-08 11:36:23 +01:00
committed by GitHub
parent 5af9712d51
commit 838d7975c9

View File

@@ -29,12 +29,12 @@
padding: 15px 10px;
box-sizing: border-box;
text-align: center;
border: 1px solid @grayLight;
border: 1px solid @gray-8;
height: 100%;
}
.umb-healthcheck-group:hover {
border: 2px solid @turquoise;
border: 1px solid @turquoise;
cursor: pointer;
}