@@ -240,16 +240,11 @@ select {
240
240
visibility : hidden;
241
241
z-index : 100 ;
242
242
border-top : 1px solid rgba (51 , 51 , 51 , 1 );
243
+ border-inline-end : var (--doorhanger-border-color-whcm );
243
244
transition-property : inset-inline-start;
244
245
transition-duration : var (--sidebar-transition-duration );
245
246
transition-timing-function : var (--sidebar-transition-timing-function );
246
247
}
247
- html [dir = "ltr" ] # sidebarContainer {
248
- border-right : var (--doorhanger-border-color-whcm );
249
- }
250
- html [dir = "rtl" ] # sidebarContainer {
251
- border-left : var (--doorhanger-border-color-whcm );
252
- }
253
248
254
249
# outerContainer .sidebarResizing # sidebarContainer {
255
250
/* Improve responsiveness and avoid visual glitches when the sidebar is resized. */
@@ -484,16 +479,9 @@ html[dir="rtl"] #toolbarSidebar {
484
479
485
480
.findbar .splitToolbarButton > .findNext {
486
481
width : 29px ;
487
- }
488
- html [dir = "ltr" ] .findbar .splitToolbarButton > .findNext {
489
- border-bottom-right-radius : 2px ;
490
- border-top-right-radius : 2px ;
491
- border-right : 1px solid var (--field-border-color );
492
- }
493
- html [dir = "rtl" ] .findbar .splitToolbarButton > .findNext {
494
- border-bottom-left-radius : 2px ;
495
- border-top-left-radius : 2px ;
496
- border-left : 1px solid var (--field-border-color );
482
+ border-start-end-radius : 2px ;
483
+ border-end-end-radius : 2px ;
484
+ border-inline-end : 1px solid var (--field-border-color );
497
485
}
498
486
499
487
.findbar input [type = "checkbox" ] {
@@ -510,22 +498,15 @@ html[dir="rtl"] .findbar .splitToolbarButton > .findNext {
510
498
background-color : var (--button-hover-color );
511
499
}
512
500
513
- html [dir = "ltr" ] # findInput {
514
- border-top-right-radius : 0 ;
515
- border-bottom-right-radius : 0 ;
516
- }
517
- html [dir = "rtl" ] # findInput {
518
- border-top-left-radius : 0 ;
519
- border-bottom-left-radius : 0 ;
520
- }
521
-
522
501
.findbar .toolbarField [type = "checkbox" ]: checked + .toolbarLabel {
523
502
background-color : var (--toggled-btn-bg-color ) !important ;
524
503
color : var (--toggled-btn-color );
525
504
}
526
505
527
506
# findInput {
528
507
width : 200px ;
508
+ border-start-end-radius : 0 ;
509
+ border-end-end-radius : 0 ;
529
510
}
530
511
# findInput ::-webkit-input-placeholder {
531
512
color : rgba (191 , 191 , 191 , 1 );
0 commit comments