Skip to content

Commit 55afbb1

Browse files
Revert "Delay + commit for without keys"
This reverts commit 93d8d7e.
1 parent 93d8d7e commit 55afbb1

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

EssentialCSharp.Web/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,7 @@
9797
<button class="menu-btn sidebar-tooltip" v-on:click="sidebarShown = !sidebarShown">
9898
<i class="fa fa-bars fa-lg icon-light"></i>
9999
<span class="sidebar-tooltip-text">
100-
<b>Navigation</b>
101-
<br />
102-
Or Ctrl + M
100+
<b>Ctrl + M</b>
103101
</span>
104102
</button>
105103
<div class="d-none d-lg-block">

EssentialCSharp.Web/wwwroot/css/styles.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,23 +271,21 @@ a:hover {
271271
}
272272

273273
.sidebar-tooltip:hover .sidebar-tooltip-text {
274-
transition-delay: 1s;
275-
transition-property: visibility;
276274
visibility: visible;
277275
}
278276

279277
.sidebar-tooltip .sidebar-tooltip-text {
280278
visibility: hidden;
281279
position: absolute;
282-
width: 150px;
280+
width: 80px;
283281
color: var(--primary-color);
284282
font-size: 1rem;
285283
background-color: var(--grey-lighten-1);
286284
border-radius: 10px;
287285
padding: 10px;
288286
white-space: normal;
289287
left: 2rem;
290-
bottom: -35px;
288+
bottom: -9px;
291289
}
292290

293291
.nav-link {

0 commit comments

Comments
 (0)