mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
style: Always use light text for recording indicator
The red tone that the recording indicator uses as background doesn't
lend itself well to dark text and icon on top. Stick to a light color.
Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7112
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2983>
(cherry picked from commit 80f6fb79c3)
This commit is contained in:
parent
5de44898d9
commit
9068666077
1 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
|
|||
}
|
||||
|
||||
&.screen-recording-indicator {
|
||||
@include panel_button($screenshot_ui_button_red, $flat: false);
|
||||
@include panel_button($screenshot_ui_button_red, $fg:$panel_system_fg_color, $flat: false);
|
||||
}
|
||||
|
||||
&.screen-sharing-indicator {
|
||||
|
|
@ -112,7 +112,7 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
|
|||
|
||||
// unfortunate duplication so these indicators have styles
|
||||
&.screen-recording-indicator {
|
||||
@include panel_button($screenshot_ui_button_red, $flat: false);
|
||||
@include panel_button($screenshot_ui_button_red, $fg:$panel_system_fg_color, $flat: false);
|
||||
}
|
||||
|
||||
&.screen-sharing-indicator {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue