Skip to content

Commit 639bd28

Browse files
committed
things ought not jump around when you hover over them
The tabs jump because hovering over them adds a border to them, changing their width. This adds an invisible border to all of the tabs, so hovering only needs to change the border color.
1 parent 9b5990c commit 639bd28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/styles/app.styl

+1
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ button:hover .icon
300300
font-size 13px
301301
border-top-left-radius 4px
302302
border-top-right-radius 4px
303+
border 1px solid transparent
303304

304305
&.active, &.active:hover
305306
border 1px solid #096ac8

0 commit comments

Comments
 (0)