Begin adding tooltip to text input module

This commit is contained in:
luis cielak
2018-08-09 14:25:34 -04:00
parent 3860bc40a6
commit 659edcd183
2 changed files with 5 additions and 1 deletions

View File

@@ -106,4 +106,8 @@
opacity: 1;
transition: opacity .15s;
}
}
.tooltip-wrapper {
}