css: Combine box-shadows for selected message.

There are no visual changes since we are replacing 4 single borders
with a single box.
This commit is contained in:
Aman Agrawal 2023-01-05 07:05:06 +00:00 committed by Tim Abbott
parent 2be3cbc00e
commit b7ea924876
1 changed files with 1 additions and 2 deletions

View File

@ -1350,8 +1350,7 @@ td.pointer {
.messagebox-content {
box-shadow: inset 0 0 0 2px hsl(215, 47%, 50%),
-1px -1px 0 0 hsl(215, 47%, 50%), 1px 1px 0 0 hsl(215, 47%, 50%),
-1px 1px 0 0 hsl(215, 47%, 50%), 1px -1px 0 0 hsl(215, 47%, 50%);
0 0 0 1px hsl(215, 47%, 50%);
}
}