mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-4664 - Add border color for mentions (#2204)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
}
|
||||
50% {
|
||||
background-color: @light-mention-flash-mention-bg-color;
|
||||
border-color: transparent;
|
||||
border-color: @light-notification-border-color;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
@keyframes light-flashing {
|
||||
50% {
|
||||
background-color: @light-notification-bg-color;
|
||||
border-color: transparent;
|
||||
border-color: @light-notification-border-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
@dark-external-flash-bg-color: #70511f;
|
||||
|
||||
@light-notification-bg-color: #f1f1f3;
|
||||
@light-notification-border-color: transparent;
|
||||
@light-notification-border-color: #717681;
|
||||
@light-regular-flash-mention-bg-color: #aad4f8;
|
||||
@light-mention-flash-mention-bg-color: #fcc1b9;
|
||||
@light-mention-flash-border-color: #ff5d50;
|
||||
|
||||
Reference in New Issue
Block a user