Skip to content

Commit 944faf5

Browse files
author
Filip Łukasik
committed
hide scrollbars, change focus to focus-visible
1 parent f2d858b commit 944faf5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

scaladoc/resources/dotty_res/styles/theme/components/button/icon-button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
height: calc(2 * var(--base-spacing));
1212
}
1313

14-
.icon-button:focus {
14+
.icon-button:focus-visible {
1515
box-shadow: 0px 0px 0px 2px var(--focus-default);
1616
border-radius: 4px;
1717
}

scaladoc/resources/dotty_res/styles/theme/layout/container.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ body {
77
#container {
88
--header-height: calc(8 * var(--base-spacing));
99
}
10+
11+
::-webkit-scrollbar {
12+
width: 0;
13+
background: transparent;
14+
}

0 commit comments

Comments
 (0)