Commit 04ce5c4e authored by Phil Hughes's avatar Phil Hughes

fixed dropdown items not having pointer cursor

parent c9b36995
...@@ -41,7 +41,7 @@ export default { ...@@ -41,7 +41,7 @@ export default {
<template> <template>
<button <button
type="button" type="button"
class="d-flex align-items-center" class="btn-link d-flex align-items-center"
@click.prevent.stop="clickItem" @click.prevent.stop="clickItem"
> >
<span <span
......
...@@ -1282,6 +1282,8 @@ ...@@ -1282,6 +1282,8 @@
.ide-merge-requests-dropdown { .ide-merge-requests-dropdown {
.nav-links li { .nav-links li {
width: 50%; width: 50%;
padding-left: 0;
padding-right: 0;
} }
.nav-links li a { .nav-links li a {
......
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