소스 검색

Add self links to shader functions page

tetrapod00 9 달 전
부모
커밋
0da4dbe145
2개의 변경된 파일139개의 추가작업 그리고 137개의 파일을 삭제
  1. 2 0
      _static/css/custom.css
  2. 137 137
      tutorials/shaders/shader_reference/shader_functions.rst

+ 2 - 0
_static/css/custom.css

@@ -398,6 +398,7 @@ a.btn:hover {
 
 /* Style self-links to make them appear only on hover. */
 .classref-method > a[href*="-method-"].reference,
+.classref-method > a[href*="-func-"].reference,
 .classref-property > a[href*="-property-"].reference,
 .classref-signal > a[href*="-signal-"].reference,
 .classref-annotation > a[href*="-annotation-"].reference,
@@ -412,6 +413,7 @@ a.btn:hover {
     padding-right: 20px;
 }
 .classref-method:hover > a[href*="-method-"].reference,
+.classref-method:hover > a[href*="-func-"].reference,
 .classref-property:hover > a[href*="-property-"].reference,
 .classref-signal:hover > a[href*="-signal-"].reference,
 .classref-annotation:hover > a[href*="-annotation-"].reference,

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 137 - 137
tutorials/shaders/shader_reference/shader_functions.rst


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.