css: Re-add hover effect for .control-info elements
This commit is contained in:
parent
13ad506393
commit
4675d24a03
|
@ -92,6 +92,10 @@ form.icinga-form .control-group .control-label-group {
|
||||||
&:before {
|
&:before {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:hover:before {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
form.icinga-form .control-group .control-info {
|
form.icinga-form .control-group .control-info {
|
||||||
|
|
Loading…
Reference in New Issue