Disallow invalid inline style comments in stylesheets (#9099)

This commit is contained in:
Germain 2022-07-27 14:39:29 +01:00 committed by GitHub
parent 8eeeee1aa2
commit 72c24af5c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
193 changed files with 1520 additions and 1518 deletions

View file

@ -11,26 +11,26 @@
digits in flowed text to stand out.
TODO: Consider putting all emoji fonts to the end rather than the front. */
$font-family: 'Inter',
'Twemoji',
'Apple Color Emoji',
'Segoe UI Emoji',
'STIXGeneral',
'Arial',
'Helvetica',
sans-serif,
'Noto Color Emoji';
'Twemoji',
'Apple Color Emoji',
'Segoe UI Emoji',
'STIXGeneral',
'Arial',
'Helvetica',
sans-serif,
'Noto Color Emoji';
$monospace-font-family: 'Inconsolata',
'Twemoji',
'Apple Color Emoji',
'Segoe UI Emoji',
'STIXGeneral',
'Courier',
monospace,
'Noto Color Emoji';
'Twemoji',
'Apple Color Emoji',
'Segoe UI Emoji',
'STIXGeneral',
'Courier',
monospace,
'Noto Color Emoji';
// Colors from Figma Compound https://www.figma.com/file/X4XTH9iS2KGJ2wFKDqkyed/Compound?node-id=559%3A120
// ********************
/* Colors from Figma Compound https://www.figma.com/file/X4XTH9iS2KGJ2wFKDqkyed/Compound?node-id=559%3A120 */
/* ******************** */
$primary-content: #17191C;
$secondary-content: #737D8C;
$tertiary-content: #8D97A5;
@ -38,7 +38,7 @@ $quaternary-content: #c1c6cd;
$quinary-content: #E3E8F0;
$system: #F4F6FA;
$system-transparent: rgba($system, 0.0); // XXX: workaround for Safari 15.3 linear-gradient bug
$system-transparent: rgba($system, 0.0); /* XXX: workaround for Safari 15.3 linear-gradient bug */
$background: #ffffff;
$overlay-background: rgba($background, 0.85);
@ -60,21 +60,21 @@ $username-variant5-color: #ff812d;
$username-variant6-color: #2dc2c5;
$username-variant7-color: #5c56f5;
$username-variant8-color: #74d12c;
// ********************
/* ******************** */
// Reused Figma non-compound colors
// ********************
/* Reused Figma non-compound colors */
/* ******************** */
$inverted-bg-color: #27303a;
$header-panel-bg-color: #f3f8fd;
// ********************
/* ******************** */
// Theme specific colors
// ********************
/* Theme specific colors */
/* ******************** */
$icon-button-color: $quaternary-content;
// ********************
/* ******************** */
// Colors that aren't in Figma and are theme specific - we need to get rid of these
// ********************
/* Colors that aren't in Figma and are theme specific - we need to get rid of these */
/* ******************** */
$selection-fg-color: $background;
$yellow-background: #fff8e3;
$secondary-accent-color: #f2f5f8;
@ -85,10 +85,10 @@ $preview-widget-bar-color: #dddddd;
$accent-fg-color: $background;
$accent-alt: #238CF5;
$info-plinth-fg-color: #888;
// ********************
/* ******************** */
// Colors that aren't in Figma - we need to get rid of these
// ********************
/* Colors that aren't in Figma - we need to get rid of these */
/* ******************** */
$dark-panel-bg-color: $secondary-accent-color;
$muted-fg-color: #61708b;
$light-fg-color: #747474;
@ -99,199 +99,199 @@ $topleftmenu-color: #212121;
$roomtopic-color: #9e9e9e;
$spacePanel-bg-color: rgba(232, 232, 232, 0.77);
$panel-gradient: rgba(242, 245, 248, 0),
rgba(242, 245, 248, 1);
rgba(242, 245, 248, 1);
$h3-color: #3d3b39;
$event-highlight-bg-color: $yellow-background;
$header-panel-text-primary-color: #91A1C0;
// ********************
/* ******************** */
// Blockquote
// ********************
/* Blockquote */
/* ******************** */
$blockquote-bar-color: $focus-bg-color;
// ********************
/* ******************** */
// Tooltip
// ********************
/* Tooltip */
/* ******************** */
$tooltip-timeline-bg-color: $inverted-bg-color;
$tooltip-timeline-fg-color: $background;
// ********************
/* ******************** */
// Widget
// ********************
/* Widget */
/* ******************** */
$widget-menu-bar-bg-color: $secondary-accent-color;
$widget-body-bg-color: $background;
// ********************
/* ******************** */
// Menu
// ********************
/* Menu */
/* ******************** */
$menu-border-color: #e7e7e7;
$menu-bg-color: $background;
$menu-box-shadow-color: rgba(118, 131, 156, 0.6);
$menu-selected-color: #f5f8fa;
// ********************
/* ******************** */
// Settings
// ********************
/* Settings */
/* ******************** */
$settings-grey-fg-color: #a2a2a2;
$settings-subsection-fg-color: $muted-fg-color;
// ********************
/* ******************** */
// Room
// ********************
/* Room */
/* ******************** */
$room-icon-unread-color: $secondary-content;
// ********************
/* ******************** */
// RoomHeader
// ********************
/* RoomHeader */
/* ******************** */
$roomheader-addroom-bg-color: rgba(92, 100, 112, 0.2);
$roomheader-addroom-fg-color: #5c6470;
// ********************
/* ******************** */
// Rich-text-editor
// ********************
/* Rich-text-editor */
/* ******************** */
$pill-bg-color: #aaa;
$pill-hover-bg-color: #ccc;
$rte-bg-color: #e9e9e9;
$rte-code-bg-color: rgba(0, 0, 0, 0.04);
// ********************
/* ******************** */
// Presence
// ********************
/* Presence */
/* ******************** */
$presence-away: #d9b072;
$presence-offline: $quinary-content;
$presence-busy: $alert;
// ********************
/* ******************** */
// Inputs
// ********************
/* Inputs */
/* ******************** */
$input-border-color: $menu-border-color;
$input-darker-bg-color: $quinary-content;
$input-darker-fg-color: #9fa9ba;
$input-lighter-bg-color: $secondary-accent-color;
$input-underline-color: rgba(151, 151, 151, 0.5);
$input-fg-color: rgba(74, 74, 74, 0.9);
// ********************
/* ******************** */
// Dialog
// ********************
/* Dialog */
/* ******************** */
$dialog-title-fg-color: #45474a;
$dialog-backdrop-color: rgba(46, 48, 51, 0.38);
$dialog-close-fg-color: #c1c1c1;
$dialog-close-external-color: $background;
$dialog-shadow-color: rgba(0, 0, 0, 0.48);
// ********************
/* ******************** */
// ImageBody
// ********************
/* ImageBody */
/* ******************** */
$imagebody-giflabel: rgba(0, 0, 0, 0.7);
$imagebody-giflabel-border: rgba(0, 0, 0, 0.2);
$imagebody-giflabel-color: $background;
// ********************
/* ******************** */
// RoomList
// ********************
/* RoomList */
/* ******************** */
$roomlist-bg-color: rgba(245, 245, 245, 0.90);
$roomsublist-skeleton-ui-bg: linear-gradient(180deg, $background 0%, #ffffff00 100%);
$roomtile-default-badge-bg-color: $muted-fg-color;
// ********************
/* ******************** */
// e2e
// ********************
$e2e-verified-color: #76cfa5; // N.B. *NOT* the same as $accent
/* e2e */
/* ******************** */
$e2e-verified-color: #76cfa5; /* N.B. *NOT* the same as $accent */
$e2e-unknown-color: #e8bf37;
$e2e-unverified-color: #e8bf37;
$e2e-warning-color: #ba6363;
// ********************
/* ******************** */
// Tabbed views
// ********************
/* Tabbed views */
/* ******************** */
$tab-label-fg-color: $dialog-title-fg-color;
$tab-label-active-fg-color: $background;
// ********************
/* ******************** */
// Buttons
// ********************
/* Buttons */
/* ******************** */
$button-primary-fg-color: $background;
$button-secondary-bg-color: $accent-fg-color;
$button-danger-fg-color: $background;
$button-danger-disabled-fg-color: $background;
$button-danger-disabled-bg-color: #f5b6bb; // TODO: Verify color
// ********************
$button-danger-disabled-bg-color: #f5b6bb; /* TODO: Verify color */
/* ******************** */
// Toggle switch
// ********************
/* Toggle switch */
/* ******************** */
$togglesw-off-color: #c1c9d6;
$togglesw-ball-color: $background;
// ********************
/* ******************** */
// Authpage
// ********************
/* Authpage */
/* ******************** */
$authpage-primary-color: #232f32;
$authpage-bg-color: #2e3649;
$authpage-modal-bg-color: $roomlist-bg-color;
$authpage-focus-bg-color: $focus-bg-color;
$authpage-lang-color: #4e5054;
$authpage-secondary-color: $muted-fg-color;
// ********************
/* ******************** */
// Message action bar
// ********************
/* Message action bar */
/* ******************** */
$message-action-bar-bg-color: $background;
$message-action-bar-fg-color: $primary-content;
$message-action-bar-border-color: #e9edf1;
$message-action-bar-hover-border-color: $focus-bg-color;
// ********************
/* ******************** */
// Reaction row
// ********************
/* Reaction row */
/* ******************** */
$reaction-row-button-hover-border-color: $focus-bg-color;
$reaction-row-button-selected-bg-color: #e9fff9;
// ********************
/* ******************** */
// Voice messages
// ********************
// These two don't change between themes. They are the $alert, but we don't want
// custom themes to affect them by accident.
/* Voice messages */
/* ******************** */
/* These two don't change between themes. They are the $alert, but we don't want */
/* custom themes to affect them by accident. */
$voice-record-stop-symbol-color: #ff5b55;
$voice-record-live-circle-color: #ff5b55;
$voice-record-stop-border-color: $quinary-content;
$voice-record-icon-color: $tertiary-content;
// ********************
/* ******************** */
// Bubble tiles
// ********************
/* Bubble tiles */
/* ******************** */
$eventbubble-self-bg: #E7F8F3;
$eventbubble-others-bg: #E8EDF4;
$eventbubble-bg-hover: #F6F7F8;
$eventbubble-reply-color: $quaternary-content;
// ********************
/* ******************** */
// Lightbox
// ********************
/* Lightbox */
/* ******************** */
$lightbox-fg-color: $background;
$lightbox-background-bg-color: #000;
$lightbox-background-bg-opacity: 0.95;
// ********************
/* ******************** */
// VoIP
// ********************
/* VoIP */
/* ******************** */
$call-view-button-on-foreground: $secondary-content;
$call-view-button-on-background: $background;
$call-view-button-off-foreground: $background;
$call-view-button-off-background: $secondary-content;
$call-view-content-background: #21262C;
$video-feed-secondary-background: #394049; // XXX: Color from dark theme
$video-feed-secondary-background: #394049; /* XXX: Color from dark theme */
$voipcall-plinth-color: $system;
// All of these are from dark theme
/* All of these are from dark theme */
$video-lobby-system: #21262C;
$video-lobby-background: #15191E;
$video-lobby-primary-content: #FFFFFF;
// ********************
/* ******************** */
// One-off colors
// ********************
/* One-off colors */
/* ******************** */
$progressbar-bg-color: $panel-actions;
$kbd-border-color: $message-action-bar-border-color;
$visual-bell-bg-color: #faa;
@ -305,38 +305,38 @@ $resend-button-divider-color: $input-darker-bg-color;
$codeblock-background-color: $header-panel-bg-color;
$scrollbar-thumb-color: rgba(0, 0, 0, 0.2);
$selected-color: $secondary-accent-color;
// ********************
/* ******************** */
// One-off global colors - these apply to both themes
// ********************
/* One-off global colors - these apply to both themes */
/* ******************** */
$pinned-color: $tertiary-content;
$avatar-initial-color: $background;
$primary-hairline-color: transparent;
$focus-brightness: 105%;
// ********************
/* ******************** */
// blur amounts for left left panel (only for element theme)
// ********************
/* blur amounts for left left panel (only for element theme) */
/* ******************** */
:root {
--lp-background-blur: 40px;
}
// ********************
/* ******************** */
// Icon URLs
// ********************
/* Icon URLs */
/* ******************** */
$copy-button-url: "$(res)/img/element-icons/copy.svg";
// ********************
/* ******************** */
// Location sharing
// ********************
/* Location sharing */
/* ******************** */
$location-marker-color: #ffffff;
$location-live-color: #5c56f5;
$location-live-secondary-color: #deddfd;
// ********************
/* ******************** */
// Mixins
// ********************
/* Mixins */
/* ******************** */
@define-mixin mx_DialogButton {
/* align images in buttons (eg spinners) */
vertical-align: middle;
@ -368,7 +368,7 @@ $location-live-secondary-color: #deddfd;
}
@define-mixin mx_DialogButton_secondary {
// flip colours for the secondary ones
/* flip colours for the secondary ones */
font-weight: 600;
border: 1px solid $accent !important;
color: $accent;
@ -384,10 +384,10 @@ body {
color-scheme: light;
}
// ********************
/* ******************** */
// diff highlight colors
// ********************
/* diff highlight colors */
/* ******************** */
.hljs-addition {
background: #dfd;
}
@ -396,4 +396,4 @@ body {
background: #fdd;
}
// ********************
/* ******************** */