File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ strong strong { /* stylelint-disable-line */
6868}
6969
7070button {
71- cursor : default ;
71+ cursor : pointer ;
7272 font-family : inherit;
7373 font-size : 1em ;
7474 line-height : var (--body-line-height );
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
8081body .docs .nav-item .nav-item ::before ,
You can’t perform that action at this time.
0 commit comments