summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/feature_highlight.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/feature_highlight.scss')
-rw-r--r--app/assets/stylesheets/framework/feature_highlight.scss7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/assets/stylesheets/framework/feature_highlight.scss b/app/assets/stylesheets/framework/feature_highlight.scss
index 7a49f43efe1..1d2573163a6 100644
--- a/app/assets/stylesheets/framework/feature_highlight.scss
+++ b/app/assets/stylesheets/framework/feature_highlight.scss
@@ -44,9 +44,8 @@
padding: 0;
}
- img {
+ svg:first-child {
width: 100%;
- padding: 25px 14px 0;
background-color: $indigo-50;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
@@ -64,10 +63,6 @@
.popover-content {
padding: 0;
}
-
- &.popover > .arrow::after {
- border-right-color: $indigo-50;
- }
}
.feature-highlight-popover-sub-content {