aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/topbar/TopBar.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-06-26 09:58:21 -0400
committerbobzel <zzzman@gmail.com>2022-06-26 09:58:21 -0400
commitd4f9312ceb8096baf1f5876222b8dea20b2bdad2 (patch)
tree6e2a014a49b551575d076c9a039abf5df4fedcda /src/client/views/topbar/TopBar.scss
parent809a8f766640fe297a4019be52bb8fd4da81e4fe (diff)
fixed cursor over topbar.
Diffstat (limited to 'src/client/views/topbar/TopBar.scss')
-rw-r--r--src/client/views/topbar/TopBar.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/topbar/TopBar.scss b/src/client/views/topbar/TopBar.scss
index 214b20193..d415e9367 100644
--- a/src/client/views/topbar/TopBar.scss
+++ b/src/client/views/topbar/TopBar.scss
@@ -13,6 +13,7 @@
align-items: center;
height: $topbar-height;
background-color: $dark-gray;
+ cursor: default;
.topbar-inner-container {
display: flex;
@@ -52,6 +53,7 @@
&:hover {
background-color: darken($color: $light-gray, $amount: 20);
+ font-weight: 500;
}
}