Skip to content

Commit 9116c27

Browse files
authored
web/table: align row action icons and tooltip color (#19736)
Overview: Normalize row-action icon padding and inherit icon color through tooltips to avoid misalignment and false "active" styling on the Tokens page. Testing: Replicate linked issue Motivation: Fix minor visual inconsistencies in action icons. Closes #19315
1 parent 6653ea3 commit 9116c27

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

web/src/elements/table/Table.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ td:has(ak-rbac-object-permission-modal) {
3737
}
3838

3939
button[slot="trigger"]:has(i) {
40-
padding-inline-start: 0 !important;
41-
padding-inline-end: 0.25em !important;
40+
padding-inline: 0.5em !important;
4241
}
4342

4443
*::part(spinner-button) {
@@ -49,6 +48,10 @@ td:has(ak-rbac-object-permission-modal) {
4948
margin-inline-start: 0.25em;
5049
}
5150

51+
pf-tooltip {
52+
color: inherit;
53+
}
54+
5255
& > * {
5356
display: inline-flex;
5457
place-items: center;

0 commit comments

Comments
 (0)