#4524 ui/filters.py: remove inline styling
Merged 4 years ago by pingou. Opened 4 years ago by jlanda.
jlanda/pagure fix-filters-inline-css  into  master

file modified
+1 -4
@@ -193,7 +193,7 @@ 

                  ' data-filename="%(filename)s" data-commit="%(commit)s"'

                  ' data-tree="%(tree_id)s">'

                  "<p>"

-                 '<span class="fa fa-comment prc_img" style="display: none;"'

+                 '<span class="fa fa-comment prc_img hidden"'

                  'alt="Add comment" title="Add comment"></span>'

                  "</p>"

                  "</td>"
@@ -439,9 +439,6 @@ 

              # Happens at the end of the file, since we are using idx + 1

              continue

  

-         if '<pre style="line-height: 125%">' in line:

-             line = line.split('<pre style="line-height: 125%">')[1]

- 

          output.append(

              '<tr><td class="cell1">'

              '<a id="%(cnt)s" href="#%(cnt)s" data-line-number='

pretty please pagure-ci rebuild

4 years ago

pretty please pagure-ci rebuild

4 years ago

pretty please pagure-ci rebuild

4 years ago

Pull-Request has been merged by pingou

4 years ago