toolbar button tooltips

This commit is contained in:
Nazar Kanaev
2020-07-31 21:19:18 +01:00
parent eaadafafb4
commit 9f2dec32d5
2 changed files with 20 additions and 6 deletions

View File

@@ -123,6 +123,15 @@ select.form-control:not([multiple]):not([size]) {
outline: none;
}
.b-tooltip {
opacity: 1;
font-size: .7rem;
}
.b-tooltip:focus {
outline: none;
}
/* custom elements */
.icon {