Skip to content

Commit

Permalink
add background color to box-with-header theme
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Nov 2, 2023
1 parent a5f5953 commit 5b8a735
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web_src/css/modules/tippy.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
/* box-with-header theme for .ui.attached.header and .ui.attached.segment */

.tippy-box[data-theme="box-with-header"] .tippy-content {
background: var(--color-box-body);
padding: 0;
}

Expand Down

0 comments on commit 5b8a735

Please sign in to comment.