Removed extraneous comments

This commit is contained in:
mabashian 2018-09-12 13:36:34 -04:00
parent 9c20e1b494
commit 7bcbaabd71

View File

@ -1,4 +1,3 @@
/* I think this shows up in ansible-ui.less*/
body {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
@ -7,12 +6,10 @@ body {
font-size: 0.88rem;
}
/* should this be less global? */
.dropdown-toggle::after {
display:none;
}
/* should this go in tooltip.block..? */
.tooltip.show {
opacity: 1;
}