Commit 85f82d61 authored by Paul Slaughter's avatar Paul Slaughter

Fix IDE dropdowns not showing up

**How?**
Reverts part of [the MR][1] that introduced
this regression.

**Why?**
This was caused by some bootstrap utility
class silliness that adds !important to all of
its utilities.

[1]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24264
parent 0130f678
...@@ -51,7 +51,7 @@ export default { ...@@ -51,7 +51,7 @@ export default {
</script> </script>
<template> <template>
<div class="ide-new-btn d-none"> <div class="ide-new-btn">
<div <div
:class="{ :class="{
show: isOpen, show: isOpen,
......
...@@ -1224,6 +1224,8 @@ $ide-commit-header-height: 48px; ...@@ -1224,6 +1224,8 @@ $ide-commit-header-height: 48px;
} }
.ide-new-btn { .ide-new-btn {
display: none;
.btn { .btn {
padding: 2px 5px; padding: 2px 5px;
} }
......
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