mobile layout: fix logo highlight

This commit is contained in:
realaravinth
2021-07-03 22:17:45 +05:30
parent 43d970980f
commit 791935f245
2 changed files with 5 additions and 1 deletions

View File

@@ -72,3 +72,8 @@
height: 100%;
overflow-y: auto;
}
.secondary-menu__brand-name:hover {
color: $light-text;
cursor: grab;
}