mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Removed extraneous comments
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
/* I think this shows up in ansible-ui.less*/
|
|
||||||
body {
|
body {
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
@@ -7,12 +6,10 @@ body {
|
|||||||
font-size: 0.88rem;
|
font-size: 0.88rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* should this be less global? */
|
|
||||||
.dropdown-toggle::after {
|
.dropdown-toggle::after {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* should this go in tooltip.block..? */
|
|
||||||
.tooltip.show {
|
.tooltip.show {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user