Remove beta AI agent

This commit is contained in:
mDuo13
2025-10-07 11:30:49 -07:00
parent 30f416780d
commit 1894f78a5d
4 changed files with 0 additions and 133 deletions

View File

@@ -1,32 +0,0 @@
button.MarkpromptFloatingTrigger {
bottom: 4.5rem;
border-radius: $border-radius-sm;
right: 16px;
border: 1px solid transparent;
color: var(--markprompt-primaryForeground);
background-color: var(--markprompt-primary);
@include media-breakpoint-up(lg) {
right: 32px;
}
}
html.light .MarkpromptContentDialog a {
color: $light-link-hover-color;
}
html.light .MarkpromptContentDialog h3:not(.chip) {
color: $black;
}
.MarkpromptExtendedFeedbackTextInput {
background-color: $white;
color: $black;
}
.MarkpromptOverlay {
z-index: 20;
}
.MarkpromptContentDialog{
z-index: 10000;
}

View File

@@ -73,7 +73,6 @@ $line-height-base: 1.5;
@import "_video.scss";
@import "_contribute.scss";
@import "_docs-landing.scss";
@import "_xrplai.scss";
@import "_osano.scss";
// Light/Dark theme settings ---------------------------------------------------
// Option to only change theme on user system settings. No toggle.