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

@ -12,11 +12,11 @@
* and it's better to rely on the browser's built-in obliquing behaviour.
*/
// Grab the other fonts from the current theme, so we can override to Inter
// in custom fonts if needed.
/* Grab the other fonts from the current theme, so we can override to Inter */
/* in custom fonts if needed. */
@import "../../light/css/_fonts.pcss";
// Nunito as the default, for old time's sake on legacy themes.
/* Nunito as the default, for old time's sake on legacy themes. */
/* the 'src' links are relative to the bundle.css, which is in a subdirectory.
*/
@font-face {

View file

@ -14,24 +14,24 @@ $font-family: 'Nunito', 'Twemoji', 'Apple Color Emoji', 'Segoe UI Emoji', 'STIXG
$monospace-font-family: 'Inconsolata', 'Twemoji', 'Apple Color Emoji', 'Segoe UI Emoji', 'STIXGeneral', 'Courier', monospace, 'Noto Color Emoji';
// unified palette
// try to use these colors when possible
/* unified palette */
/* try to use these colors when possible */
$header-panel-bg-color: #f3f8fd;
// typical text (dark-on-white in light skin)
/* typical text (dark-on-white in light skin) */
$primary-fg-color: #2e2f32;
$secondary-fg-color: $primary-fg-color;
$tertiary-fg-color: $primary-fg-color;
$primary-bg-color: #ffffff;
$muted-fg-color: #61708b; // Commonly used in headings and relevant alt text
$muted-fg-color: #61708b; /* Commonly used in headings and relevant alt text */
// used for dialog box text
/* used for dialog box text */
$light-fg-color: #747474;
// used for focusing form controls
/* used for focusing form controls */
$focus-bg-color: #dddddd;
// button UI (white-on-green in light skin)
/* button UI (white-on-green in light skin) */
$accent-fg-color: #ffffff;
$accent-alt: #238cf5;
@ -39,29 +39,29 @@ $selection-fg-color: $primary-bg-color;
$focus-brightness: 105%;
// informational plinth
/* informational plinth */
$info-plinth-bg-color: #f7f7f7;
$info-plinth-fg-color: #888;
// left-panel style muted accent color
/* left-panel style muted accent color */
$secondary-accent-color: #f2f5f8;
$spacePanel-bg-color: #27303a;
$inverted-bg-color: $spacePanel-bg-color;
// used by RoomDropTarget
/* used by RoomDropTarget */
$droptarget-bg-color: rgba(255, 255, 255, 0.5);
// used by Autocomplete
/* used by Autocomplete */
$selected-color: $secondary-accent-color;
// selected for hoverover & selected event tiles
/* selected for hoverover & selected event tiles */
$event-selected-color: $header-panel-bg-color;
// used for the hairline dividers in RoomView
/* used for the hairline dividers in RoomView */
$primary-hairline-color: #e5e5e5;
// used for the border of input text fields
/* used for the border of input text fields */
$input-border-color: #e7e7e7;
$input-darker-bg-color: #e3e8f0;
$input-darker-fg-color: #9fa9ba;
@ -71,15 +71,15 @@ $resend-button-divider-color: $input-darker-bg-color;
$button-fg-color: white;
// apart from login forms, which have stronger border
/* apart from login forms, which have stronger border */
$strong-input-border-color: #c7c7c7;
// used for UserSettings EditableText
/* used for UserSettings EditableText */
$input-underline-color: rgba(151, 151, 151, 0.5);
$input-fg-color: rgba(74, 74, 74, 0.9);
// scrollbars
/* scrollbars */
$scrollbar-thumb-color: rgba(0, 0, 0, 0.2);
// context menus
/* context menus */
$menu-border-color: #e7e7e7;
$menu-bg-color: #fff;
$menu-box-shadow-color: rgba(118, 131, 156, 0.6);
@ -129,7 +129,7 @@ $icon-button-color: #91a1c0;
$roomtopic-color: #9e9e9e;
$room-icon-unread-color: #737D8C;
// ********************
/* ******************** */
$theme-button-bg-color: #e3e8f0;
@ -140,7 +140,7 @@ $presence-away: #d9b072;
$presence-offline: #e3e8f0;
$presence-busy: #FF5B55;
// Legacy theme backports
/* Legacy theme backports */
$accent: #0DBD8B;
$alert: #FF5B55;
$links: #0086e6;
@ -150,19 +150,19 @@ $tertiary-content: $tertiary-fg-color;
$quaternary-content: #6F7882;
$quinary-content: $quaternary-content;
$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: $primary-bg-color;
$overlay-background: rgba($background, 0.85);
$panels: rgba($system, 0.9);
$panel-base: #8D97A5; // This color is not intended for use in the app
$panel-base: #8D97A5; /* This color is not intended for use in the app */
$panel-selected: rgba($tertiary-content, 0.3);
$panel-hover: rgba($tertiary-content, 0.1);
$panel-actions: $roomtile-selected-bg-color;
$space-nav: rgba($tertiary-content, 0.15);
// Legacy theme backports
/* Legacy theme backports */
// ********************
/* ******************** */
$roomlist-filter-active-bg-color: $panel-actions;
$roomlist-bg-color: $header-panel-bg-color;
@ -177,9 +177,9 @@ $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 */
// 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;
@ -193,27 +193,27 @@ $username-variant6-color: #2dc2c5;
$username-variant7-color: #5c56f5;
$username-variant8-color: #74d12c;
// ********************
/* ******************** */
$widget-menu-bar-bg-color: $secondary-accent-color;
$widget-body-bg-color: #fff;
// ********************
/* ******************** */
// $event-highlight-bg-color shares this value,
// so to not make their order dependent on who depends on who, have a shared value
// defined before both
/* $event-highlight-bg-color shares this value, */
/* so to not make their order dependent on who depends on who, have a shared value */
/* defined before both */
$yellow-background: #fff8e3;
$event-highlight-bg-color: $yellow-background;
// event timestamp
/* event timestamp */
$event-timestamp-color: #acacac;
$copy-button-url: "$(res)/img/element-icons/copy.svg";
// 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;
@ -223,24 +223,24 @@ $lightbox-bg-color: #454545;
$lightbox-fg-color: #ffffff;
$lightbox-border-color: #ffffff;
// Tabbed views
/* Tabbed views */
$tab-label-fg-color: #45474a;
$tab-label-active-fg-color: #ffffff;
// Buttons
/* Buttons */
$button-primary-fg-color: #ffffff;
$button-secondary-bg-color: $accent-fg-color;
$button-danger-fg-color: #ffffff;
$button-danger-disabled-fg-color: #ffffff;
$button-danger-disabled-bg-color: #f5b6bb; // TODO: Verify color
$button-danger-disabled-bg-color: #f5b6bb; /* TODO: Verify color */
$visual-bell-bg-color: #faa;
// Toggle switch
/* Toggle switch */
$togglesw-off-color: #c1c9d6;
$togglesw-ball-color: #fff;
// Slider
/* Slider */
$slider-background-color: #c1c9d6;
$progressbar-bg-color: rgba(141, 151, 165, 0.2);
@ -270,38 +270,38 @@ $tooltip-timeline-fg-color: #ffffff;
$breadcrumb-placeholder-bg-color: #e8eef5;
// See non-legacy _light for variable information
/* See non-legacy _light for variable information */
$voice-record-stop-symbol-color: #ff4b55;
$voice-record-live-circle-color: #ff4b55;
$voice-record-stop-border-color: #E3E8F0;
$voice-record-icon-color: $tertiary-fg-color;
// FontSlider colors
/* FontSlider colors */
$appearance-tab-border-color: $input-darker-bg-color;
$composer-shadow-color: tranparent;
$codeblock-background-color: $header-panel-bg-color;
// Bubble tiles
/* Bubble tiles */
$eventbubble-self-bg: #F0FBF8;
$eventbubble-others-bg: $system;
$eventbubble-bg-hover: #FAFBFD;
$eventbubble-reply-color: #C1C6CD;
// pinned events indicator
/* pinned events indicator */
$pinned-color: $tertiary-content;
$spacePanel-divider-color: $tertiary-content;
// 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) */
@ -335,7 +335,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;
@ -351,7 +351,7 @@ body {
color-scheme: light;
}
// diff highlight colors
/* diff highlight colors */
.hljs-addition {
background: #dfd;
}

View file

@ -1,3 +1,3 @@
// Path from root SCSS file (such as `light.pcss`) to `res` dir in the source tree
// This value is overridden by external themes in `element-web`.
/* Path from root SCSS file (such as `light.pcss`) to `res` dir in the source tree */
/* This value is overridden by external themes in `element-web`. */
$res: ../../..;