Skip to content

Commit 51ca728

Browse files
committed
better border
1 parent 9bd67ff commit 51ca728

File tree

1 file changed

+6
-0
lines changed
  • apps/frontend/ui/src/layout/partials/Sidebar

1 file changed

+6
-0
lines changed

apps/frontend/ui/src/layout/partials/Sidebar/styles.ts

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ const useSidebarClasses = makeStyles({
88
buttonOverride: {
99
borderTopRightRadius: 0,
1010
borderBottomLeftRadius: 0,
11+
borderBottom: "1px solid transparent",
12+
borderRight: "1px solid transparent",
13+
":hover": {
14+
borderBottom: "1px solid transparent",
15+
borderRight: "1px solid transparent",
16+
},
1117
},
1218
});
1319

0 commit comments

Comments
 (0)