shows the titles of the buttons (#2262)

* shows the titles of the buttons

* Update navbar.css
This commit is contained in:
Ludy
2024-11-17 13:33:41 +01:00
committed by GitHub
parent d1e690ff8d
commit 44abc67678
2 changed files with 16 additions and 4 deletions

View File

@@ -140,7 +140,7 @@ span.icon-text::after {
position: relative;
}
.tooltip-text {
/* .tooltip-text {
visibility: hidden;
background-color: rgb(71 67 67 / 80%);
color: #fff;
@@ -162,7 +162,7 @@ span.icon-text::after {
.nav-item:hover .tooltip-text {
visibility: visible;
opacity: 1;
}
} */
.dropdown-menu.scrollable-y {
overflow-y: scroll;
@@ -324,6 +324,18 @@ span.icon-text::after {
margin-top: 0;
}
/* .icon-hide {
display: none;
} */
}
@media (max-width:1199px) {
.icon-hide {
display: inline-flex;
}
}
@media (min-width:1200px) {
.icon-hide {
display: none;
}