Skip to content

Commit 2bf2b0d

Browse files
committed
reverting change in base and fixing button cursor in theme
1 parent f390dfd commit 2bf2b0d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ strong strong { /* stylelint-disable-line */
6868
}
6969

7070
button {
71-
cursor: default;
71+
cursor: pointer;
7272
font-family: inherit;
7373
font-size: 1em;
7474
line-height: var(--body-line-height);

src/css/nav.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ html.is-clipped--nav {
222222
}
223223

224224
.nav-item-toggle {
225-
cursor: default;
225+
cursor: pointer;
226226
}
227227

228228
/* .nav-item-toggle {
@@ -276,7 +276,7 @@ html.is-clipped--nav {
276276
display: flex;
277277
align-items: center;
278278
justify-content: space-between;
279-
cursor: default;
279+
cursor: pointer;
280280
line-height: 1;
281281
height: var(--drawer-height);
282282
}

src/css/themes.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ body.docs .banner .button a:hover {
7575
background: var(--colors-baltic-30);
7676
border: 1px solid var(--colors-baltic-30);
7777
text-decoration: none;
78+
cursor: default;
7879
}
7980

8081
body.docs .nav-item .nav-item::before,

0 commit comments

Comments
 (0)