summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/components/popover.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/stylesheets/components/popover.scss b/app/assets/stylesheets/components/popover.scss
index 665f4e08fee..8c40c4adb5c 100644
--- a/app/assets/stylesheets/components/popover.scss
+++ b/app/assets/stylesheets/components/popover.scss
@@ -135,11 +135,5 @@
.popover {
min-width: auto;
max-width: 40%;
-
- .btn-primary[disabled] {
- background-color: $blue-600 !important;
- border-color: $blue-600 !important;
- color: $white-light !important;
- }
}
}