-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(alert timeline): update TopContributorsCard and Table styles (…
…#5881) * refactor(alert timeline): update TopContributorsCard and Table styles - Update hover styles for collapsed section rows in TopContributorsCard - Update text and icon colors on hover in TopContributorsCard - Remove unnecessary styles for value column in Table - Update font size and alignment for table headers in Table - Update font size and alignment for created at column in Table - Add actions column with ellipsis button in Table * feat(alert history styles): update alert popover and top contributors card styles
- Loading branch information
1 parent
afc9751
commit 7b5ff54
Showing
5 changed files
with
70 additions
and
39 deletions.
There are no files selected for viewing
20 changes: 19 additions & 1 deletion
20
frontend/src/container/AlertHistory/AlertPopover/AlertPopover.styles.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
.alert-popover { | ||
.alert-popover-trigger-action { | ||
cursor: pointer; | ||
} | ||
|
||
.alert-history-popover { | ||
.ant-popover-inner { | ||
border: 1px solid var(--bg-slate-400); | ||
|
||
.lightMode & { | ||
background: var(--bg-vanilla-100) !important; | ||
border: 1px solid var(--bg-vanilla-300); | ||
} | ||
} | ||
.ant-popover-arrow { | ||
&::before { | ||
.lightMode & { | ||
background: var(--bg-vanilla-100); | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters