소스 검색

Elixir/Phoenix: Fix settings button appearing on header

Rodrigo Dlugokenski 3 년 전
부모
커밋
4578ec01f1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      lib/docs/filters/elixir/clean_html.rb

+ 2 - 0
lib/docs/filters/elixir/clean_html.rb

@@ -27,6 +27,8 @@ module Docs
       def api
         css('.hover-link', 'footer', ':not(.detail-header) > .view-source').remove
 
+        css('h1 .settings').remove
+
         css('.summary').each do |node|
           node.name = 'dl'
         end