diff --git a/static/css/quay.css b/static/css/quay.css index fbc8008d2..68acdd592 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -1,4 +1,4 @@ -.editable .glyphicon { +.editable i { opacity: 0.2; font-size: 85%; margin-left: 10px; @@ -7,7 +7,7 @@ transition: opacity 500ms ease-in-out; } -.noteditable .glyphicon { +.noteditable i { display: none; } @@ -21,7 +21,7 @@ p.editable:hover { cursor: pointer; } -p.editable:hover .glyphicon { +p.editable:hover i { opacity: 1; } diff --git a/static/partials/view-repo.html b/static/partials/view-repo.html index 4af8990bd..7bdeef571 100644 --- a/static/partials/view-repo.html +++ b/static/partials/view-repo.html @@ -6,7 +6,7 @@
{{repo.description}}
+{{repo.description}}