css: Lighten button border for visibility.

This replaces the previous dark border.

A pure white border looked a little too garish, so this dials back the
alpha channel just a bit.

Fixes: #25303.
This commit is contained in:
Karl Stolley 2023-04-27 12:47:13 -05:00 committed by Tim Abbott
parent 942eb7b375
commit df508659db
1 changed files with 1 additions and 1 deletions

View File

@ -857,7 +857,7 @@ a.compose_control_button.hide {
float: right;
color: hsl(0deg 0% 100%);
border-radius: 0 4px 4px 0;
border-left: 1px solid hsl(213deg 14% 12% / 15%);
border-left: 1px solid hsl(0deg 0% 100% / 65%);
padding: 0;
margin: 0;