mirror of https://github.com/zulip/zulip.git
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:
parent
2be3cbc00e
commit
b7ea924876
|
@ -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%);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue