File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -389,8 +389,8 @@ textarea::placeholder {
389389.dialog-overlay .btn-secondary : focus ,
390390.dialog-overlay .btn-primary : focus ,
391391.dialog-overlay .btn-danger : focus {
392- outline : 2 px solid var (--accent );
393- outline-offset : 1 px ;
392+ outline : 2.5 px solid var (--accent );
393+ outline-offset : 1.5 px ;
394394}
395395
396396.input-field ,
@@ -408,8 +408,8 @@ textarea::placeholder {
408408.btn-secondary : focus-visible {
409409 border-color : var (--border-focus ) !important ;
410410 box-shadow :
411- 0 0 0 2 px color-mix (in srgb, var (--border-focus ) 23 % , transparent),
412- 0 8px 20px color-mix (in srgb, var (--border-focus ) 10 % , transparent);
411+ 0 0 0 2.5 px color-mix (in srgb, var (--border-focus ) 38 % , transparent),
412+ 0 8px 20px color-mix (in srgb, var (--border-focus ) 14 % , transparent);
413413 outline : none;
414414}
415415
@@ -601,7 +601,7 @@ textarea::placeholder {
601601 position : absolute;
602602 inset : 0 ;
603603 border-radius : inherit;
604- border : 1.5 px solid var (--border-focus );
604+ border : 2 px solid var (--border-focus );
605605 pointer-events : none;
606606 z-index : 10 ;
607607}
You can’t perform that action at this time.
0 commit comments