Skip to content

Commit 4466aa0

Browse files
authored
bug : Increase Increment/decrement buttons visibility in DDG in dark mode (jaegertracing#3450)
## Which problem is this PR solving? - Resolves jaegertracing#3444 ## Description of the changes - Increase the visibility of Increment/Decreament buttons in DDG "Visible downstream hops" in the dark mode - Now Images in dark mode: <img width="610" height="160" alt="dark" src="https://github.com/user-attachments/assets/f7bc83c4-202d-4742-ad00-6b101ba4eeb1" /> -And in light mode: <img width="537" height="168" alt="light" src="https://github.com/user-attachments/assets/67de4b3d-900a-4af9-8047-6af4dbdd9714" /> ## How was this change tested? - ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm run lint` and `npm run test` Signed-off-by: gulshank0 <gulshanbahadur002@gmail.com>
1 parent 41dcf29 commit 4466aa0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • packages/jaeger-ui/src/components/DeepDependencies/Header/HopsSelector

packages/jaeger-ui/src/components/DeepDependencies/Header/HopsSelector/Selector.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ SPDX-License-Identifier: Apache-2.0
1111

1212
.HopsSelector--Selector--decrement,
1313
.HopsSelector--Selector--increment {
14-
background-color: #f4f4f4;
14+
background-color: var(--surface-tertiary);
1515
border: none;
1616
cursor: pointer;
1717
height: 27px;
1818
padding: 0em 0.3em 0.3em;
1919
width: 27px;
20+
color: var(--surface-tertiary-text);
2021
}
2122

2223
.HopsSelector--Selector--decrement {

0 commit comments

Comments
 (0)