소스 검색

removed transparency from tooltips

Warafear 6 달 전
부모
커밋
d1b2ce938b
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/styles.scss

+ 4 - 0
src/styles.scss

@@ -311,6 +311,10 @@ input[type="checkbox"]:checked::after {
   }
 }
 
+.tooltip.show {
+  opacity: 1;
+}
+
 // Used to remove the empty space under form fields
 .mat-mdc-form-field-subscript-wrapper {
   display: none;