mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-29 19:03:41 +00:00
Remove $action-button-color variables
This commit is contained in:
parent
4e5833b180
commit
600dcc4f7c
|
|
@ -2,6 +2,4 @@
|
||||||
|
|
||||||
$ui-base-color: hsl(240deg, 16%, 19%) !default;
|
$ui-base-color: hsl(240deg, 16%, 19%) !default;
|
||||||
|
|
||||||
@use '../mastodon/variables' with (
|
@use '../mastodon/variables';
|
||||||
$action-button-color: lighten($ui-base-color, 50%)
|
|
||||||
);
|
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,5 @@ $grey-600: hsl(240deg, 8%, 33%); // Trout
|
||||||
$ui-button-tertiary-color: $blurple-500,
|
$ui-button-tertiary-color: $blurple-500,
|
||||||
$ui-button-tertiary-border-color: $blurple-500,
|
$ui-button-tertiary-border-color: $blurple-500,
|
||||||
|
|
||||||
$action-button-color: hsl(240deg, 16%, 45%),
|
|
||||||
$emojis-requiring-inversion: 'chains'
|
$emojis-requiring-inversion: 'chains'
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -41,10 +41,6 @@ $ui-button-tertiary-border-color: $blurple-300 !default;
|
||||||
$ui-button-tertiary-focus-background-color: $blurple-600 !default;
|
$ui-button-tertiary-focus-background-color: $blurple-600 !default;
|
||||||
$ui-button-tertiary-focus-color: $white !default;
|
$ui-button-tertiary-focus-color: $white !default;
|
||||||
|
|
||||||
// Variables for texts
|
|
||||||
$action-button-color: $ui-base-lighter-color !default;
|
|
||||||
$action-button-focus-color: lighten($ui-base-lighter-color, 4%) !default;
|
|
||||||
|
|
||||||
// Keep this filter a SCSS variable rather than
|
// Keep this filter a SCSS variable rather than
|
||||||
// a CSS Custom Property due to this Safari bug:
|
// a CSS Custom Property due to this Safari bug:
|
||||||
// https://github.com/mdn/browser-compat-data/issues/25914#issuecomment-2676190245
|
// https://github.com/mdn/browser-compat-data/issues/25914#issuecomment-2676190245
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user