Skip to content

fix(menu): top in .menu-item_checked:before #1144

Merged
merged 1 commit into from
Apr 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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