Skip to content

Commit 8483f76

Browse files
committed
fix: expand back to editor link clickable area to full width
1 parent 6d63a7c commit 8483f76

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

client/styles/components/_nav.scss

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
}
5858

5959
// base focus styles
60-
.nav__item button:focus {
60+
.nav__item button:focus {
6161
@include themify() {
6262
background-color: getThemifyVariable('nav-hover-color');
6363
}
64-
64+
6565
.nav__item-header {
6666
@include themify() {
6767
color: getThemifyVariable('button-hover-color');
@@ -73,7 +73,7 @@
7373
@include themify() {
7474
fill: getThemifyVariable('button-hover-color');
7575
}
76-
}
76+
}
7777
}
7878

7979

@@ -131,7 +131,7 @@
131131
color: getThemifyVariable('button-hover-color');
132132
}
133133
}
134-
134+
135135
& g, & path {
136136
@include themify() {
137137
fill: getThemifyVariable('nav-hover-color');
@@ -252,7 +252,7 @@
252252
}
253253

254254
.svg__logo g path{
255-
255+
256256
@include themify() {
257257
// Set internal color of the logo;
258258
fill: getThemifyVariable('logo-background-color');
@@ -289,4 +289,7 @@
289289

290290
.nav__back-link {
291291
display: flex;
292+
align-items: center;
293+
width: 100%;
294+
height: 100%;
292295
}

0 commit comments

Comments
 (0)