mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-25 23:48:13 +01:00
11 lines
207 B
CSS
11 lines
207 B
CSS
/**
|
|
* Copyright 2026 Signal Messenger, LLC
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
@property --axo-select-trigger-mask-start {
|
|
syntax: '<color>';
|
|
inherits: false;
|
|
initial-value: transparent;
|
|
}
|