Browse Source

removed transparency from tooltips

Warafear 6 months ago
parent
commit
d1b2ce938b
1 changed files with 4 additions and 0 deletions
  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;