Show spaces beta prompt when viewing a space without the beta

This commit is contained in:
Michael Telatynski 2021-04-28 08:41:31 +01:00
parent 505b200a87
commit 18a01d9271
6 changed files with 85 additions and 5 deletions

View file

@ -69,6 +69,10 @@ limitations under the License.
color: #FFFFFF;
display: inline-block;
vertical-align: text-bottom;
&.mx_BetaCard_betaPill_clickable {
cursor: pointer;
}
}
$pulse-color: $accent-color-alt;