Browse Source

removed transparency from tooltips

Warafear 6 tháng trước cách đây
mục cha
commit
d1b2ce938b
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;