1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Remove feedback buttons from onboarding, search, and spaces (#10506)

This commit is contained in:
Michael Telatynski
2023-04-05 12:17:25 +01:00
committed by GitHub
parent df89d2ce28
commit 09eefe14ea
15 changed files with 4 additions and 305 deletions

View File

@ -42,13 +42,6 @@ $spacePanelWidth: 68px;
font-size: $font-15px;
color: $secondary-content;
}
/* XXX: Temporary for the Spaces release only */
.mx_SpaceFeedbackPrompt {
border-top: 1px solid $input-border-color;
padding-top: 12px;
margin-top: 16px;
}
}
.mx_SpaceCreateMenuType {
@ -100,21 +93,3 @@ $spacePanelWidth: 68px;
}
}
}
.mx_SpaceFeedbackPrompt {
font-size: $font-15px;
line-height: $font-24px;
> span {
color: $secondary-content;
position: relative;
font-size: inherit;
line-height: inherit;
margin-right: 8px;
}
.mx_AccessibleButton_kind_link {
color: $accent;
position: relative;
}
}