Commit a6853ca0 authored by Clement Ho's avatar Clement Ho

[skip ci] center checkmark for dropdown

parent f665d536
...@@ -329,6 +329,7 @@ ...@@ -329,6 +329,7 @@
.dropdown-menu-selectable { .dropdown-menu-selectable {
a { a {
padding-left: 26px; padding-left: 26px;
position: relative;
&.is-indeterminate, &.is-indeterminate,
&.is-active { &.is-active {
...@@ -353,6 +354,9 @@ ...@@ -353,6 +354,9 @@
&.is-active::before { &.is-active::before {
content: "\f00c"; content: "\f00c";
position: absolute;
top: 50%;
transform: translateY(-50%);
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment