diff --git a/package.json b/package.json index f934881..5b33cfe 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/cba-table/shadow.css b/src/cba-table/shadow.css index 2384aec..e476381 100644 --- a/src/cba-table/shadow.css +++ b/src/cba-table/shadow.css @@ -120,6 +120,11 @@ tbody tr.alert outline: none; } +tbody tr.alert +{ + background-color: var(--color-alert); +} + tbody tr { outline: none;