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 @@ -5968,6 +5968,13 @@ textarea.form-control-lg {
5968
5968
width : var (--bs-popover-arrow-width );
5969
5969
height : var (--bs-popover-arrow-height );
5970
5970
}
5971
+ .custom-popover .popover-arrow {
5972
+ position : absolute;
5973
+ display : block;
5974
+ width : 10px ;
5975
+ height : 5px ;
5976
+ margin : 0 5px ;
5977
+ }
5971
5978
.popover .popover-arrow ::before , .popover .popover-arrow ::after {
5972
5979
position : absolute;
5973
5980
display : block;
Original file line number Diff line number Diff line change @@ -5953,6 +5953,13 @@ textarea.form-control-lg {
5953
5953
width : var (--bs-popover-arrow-width );
5954
5954
height : var (--bs-popover-arrow-height );
5955
5955
}
5956
+ .custom-popover .popover-arrow {
5957
+ position : absolute;
5958
+ display : block;
5959
+ width : 10px ;
5960
+ height : 5px ;
5961
+ margin : 0 5px ;
5962
+ }
5956
5963
.popover .popover-arrow ::before , .popover .popover-arrow ::after {
5957
5964
position : absolute;
5958
5965
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