Skip to content

Commit feac356

Browse files
psjishnubenhalverson
authored andcommitted
added border-bottom
1 parent e93516b commit feac356

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/styles/layout.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,13 +295,12 @@ main {
295295
border-bottom: 3px solid transparent;
296296
}
297297

298-
.nav__tabs:hover {
299-
transform: translateY(-2px);
298+
.activeStyleTab:hover {
299+
border-bottom: 4px solid green;
300300
}
301301

302302
.active {
303303
border-bottom: 4px solid green;
304-
transition: border-bottom .5s ease-in-out;
305304
}
306305

307306
/* Footer */

0 commit comments

Comments
 (0)