mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-31 23:28:34 -04:00

Elements retrieved from the redux state must not be manipulated. Instead, a new object is created with the adjusted properties and committed to the redux store. A missing css class has been additionally added, so that the pinning state can be deduced from the color of the sidebar icon. Signed-off-by: Erik Michelson <github@erik.michelson.eu>
9 lines
176 B
CSS
9 lines
176 B
CSS
/*
|
|
* SPDX-FileCopyrightText: 2022 The HedgeDoc developers (see AUTHORS file)
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
.highlighted {
|
|
color: #b51f08 !important;
|
|
}
|