Skip to content

Commit e26f231

Browse files
committed
Versions switcher styles
1 parent 63d9fb8 commit e26f231

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

web/src/scss/parts/header.scss

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,13 @@ nav {
200200
& > a::after {
201201
content: '';
202202
display: inline-block;
203-
width: 0;
204-
height: 0;
205-
margin: 2px 0 0 5px;
203+
width: 5px;
204+
height: 5px;
205+
margin: -4px 0 0 0.5rem;
206206
vertical-align: middle;
207-
border: 5px solid transparent;
208-
border-top: 5px solid $link-color;
207+
border-right: 2px solid rgba(248, 248, 242, .7);
208+
border-bottom: 2px solid rgba(248, 248, 242, .7);
209+
rotate: 45deg;
209210
}
210211

211212
.dropdown-block {

0 commit comments

Comments
 (0)