1
0
Fork 0

Fix focus information on table checkboxes

This commit is contained in:
Chocobozzz 2023-10-10 10:49:22 +02:00
parent bc80e45a09
commit dc5564258f
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 6 additions and 2 deletions

View File

@ -79,8 +79,8 @@ body {
&.active {
color: pvar(--mainBackgroundColor) !important;
background-color: pvar(--mainHoverColor);
opacity: 0.9;
background-color: pvar(--mainColor);
font-weight: $font-semibold;
}
&::after {

View File

@ -778,6 +778,10 @@ p-tablecheckbox:hover div .p-checkbox-box {
background-color: pvar(--mainColor) !important;
border-color: pvar(--mainColor) !important;
}
&.p-focus {
border: 2px solid pvar(--mainForegroundColor) !important;
}
}
}