Skip to content

Commit

Permalink
fix(menu): top in .menu-item_checked:before
Browse files Browse the repository at this point in the history
  • Loading branch information
praiz committed Apr 24, 2020
1 parent 65f65d5 commit b6dd514
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/menu/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

&.menu_mode_radio, &.menu_mode_radio-check {
.menu-item_checked:before {
top: 12px;
top: calc(50% - 2px);
width: 5px;
height: 5px;
margin-left: -14px;
Expand Down Expand Up @@ -116,7 +116,7 @@

&.menu_mode_radio, &.menu_mode_radio-check {
.menu-item_checked:before {
top: 17px;
top: calc(50% - 3px);
width: 6px;
height: 6px;
margin-left: -14px;
Expand Down Expand Up @@ -159,7 +159,7 @@

&.menu_mode_radio, &.menu_mode_radio-check {
.menu-item_checked:before {
top: 21px;
top: calc(50% - 4px);
width: 8px;
height: 8px;
margin-left: -21px;
Expand Down Expand Up @@ -202,7 +202,7 @@

&.menu_mode_radio, &.menu_mode_radio-check {
.menu-item_checked:before {
top: 21px;
top: calc(50% - 5px);
width: 10px;
height: 10px;
margin-left: -22px;
Expand Down

0 comments on commit b6dd514

Please sign in to comment.