File tree Expand file tree Collapse file tree 1 file changed +32
-7
lines changed Expand file tree Collapse file tree 1 file changed +32
-7
lines changed Original file line number Diff line number Diff line change @@ -498,8 +498,7 @@ input[type='number']::-webkit-outer-spin-button {
498
498
margin-left : 3rem ;
499
499
}
500
500
501
- .close-sideBar span .tooltip ,
502
- .open-sidebar > span .tooltip {
501
+ .close-sideBar span .tooltip {
503
502
position : relative;
504
503
bottom : -20px ;
505
504
right : 40px ;
@@ -516,12 +515,27 @@ input[type='number']::-webkit-outer-spin-button {
516
515
}
517
516
518
517
.open-sidebar > span .tooltip {
519
- top : 38% ;
520
- left : -45px ;
518
+ position : relative;
519
+ bottom : -20px ;
520
+ right : 40px ;
521
+ padding : 5px ;
522
+ width : 50px ;
523
+ margin-top : 10px ;
524
+ margin-right : -50px ;
525
+ font-size : 15px ;
526
+ text-align : center;
527
+ color : var (--input-color );
528
+ background-color : var (--text-color );
529
+ border-radius : 5px ;
530
+ display : none;
531
+ }
532
+
533
+ .open-sidebar > span .tooltip {
534
+ top : 5% ;
535
+ left : -10px ;
521
536
}
522
537
523
- .close-sideBar .tooltip ::before ,
524
- .open-sidebar > span .tooltip ::before {
538
+ .close-sideBar .tooltip ::before {
525
539
content : '' ;
526
540
position : absolute;
527
541
top : -15% ;
@@ -533,7 +547,18 @@ input[type='number']::-webkit-outer-spin-button {
533
547
}
534
548
535
549
.open-sidebar > span .tooltip ::before {
536
- top : 10% ;
550
+ content : '' ;
551
+ position : absolute;
552
+ top : -15% ;
553
+ left : 5% ;
554
+ margin-top : -5px ;
555
+ border-width : 12px ;
556
+ border-style : solid;
557
+ border-color : transparent var (--text-color ) transparent transparent;
558
+ }
559
+
560
+ .open-sidebar > span .tooltip ::before {
561
+ top : -26% ;
537
562
}
538
563
539
564
.close-sideBar : hover .tooltip ,
You can’t perform that action at this time.
0 commit comments