File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
apps/remix-ide/src/assets/css/themes
libs/remix-ui/workspace/src/lib/components Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -5955,6 +5955,13 @@ textarea.form-control-lg {
5955
5955
width : var (--bs-popover-arrow-width );
5956
5956
height : var (--bs-popover-arrow-height );
5957
5957
}
5958
+ .custom-popover .popover-arrow {
5959
+ position : absolute;
5960
+ display : block;
5961
+ width : 10px ;
5962
+ height : 5px ;
5963
+ margin : 0 5px ;
5964
+ }
5958
5965
.popover .popover-arrow ::before , .popover .popover-arrow ::after {
5959
5966
position : absolute;
5960
5967
display : block;
Original file line number Diff line number Diff line change @@ -5949,6 +5949,13 @@ textarea.form-control-lg {
5949
5949
width : var (--bs-popover-arrow-width );
5950
5950
height : var (--bs-popover-arrow-height );
5951
5951
}
5952
+ .custom-popover .popover-arrow {
5953
+ position : absolute;
5954
+ display : block;
5955
+ width : 10px ;
5956
+ height : 5px ;
5957
+ margin : 0 5px ;
5958
+ }
5952
5959
.popover .popover-arrow ::before , .popover .popover-arrow ::after {
5953
5960
position : absolute;
5954
5961
display : block;
Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ export const FlatTree = (props: FlatTreeProps) => {
320
320
< Popover id = 'popover-basic'
321
321
placement = 'top'
322
322
ref = { ref }
323
- className = 'popover'
323
+ className = 'custom- popover'
324
324
style = {
325
325
{
326
326
position : 'fixed' ,
@@ -329,7 +329,7 @@ export const FlatTree = (props: FlatTreeProps) => {
329
329
minWidth : 'fit-content'
330
330
}
331
331
} >
332
- < Popover . Body className = 'text-wrap p-1 px-2 bg-secondary w-100' >
332
+ < Popover . Body className = 'text-wrap p-1 px-2 bg-body w-100' >
333
333
{ mouseOverTarget && mouseOverTarget . path }
334
334
</ Popover . Body >
335
335
</ Popover >
You can’t perform that action at this time.
0 commit comments