Skip to content

Commit

Permalink
updated colors for alerted table
Browse files Browse the repository at this point in the history
  • Loading branch information
Manvel committed Mar 28, 2024
1 parent 87d1a30 commit f22216c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cba-components",
"version": "1.2.5",
"version": "1.2.6",
"description": "This is a repository where the components for the Chromium Browser Automation project might live.",
"main": "index.js",
"bin": {
Expand Down
5 changes: 5 additions & 0 deletions src/cba-table/shadow.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ tbody tr.alert
outline: none;
}

tbody tr.alert
{
background-color: var(--color-alert);
}

tbody tr
{
outline: none;
Expand Down

0 comments on commit f22216c

Please sign in to comment.