Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 72073de

Browse files
committed
Adding subtle white glow outside of border for edge cases.
1 parent e29c036 commit 72073de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/LiveDevelopment/Agents/RemoteFunctions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ function RemoteFunctions(experimental) {
255255
"border-style": "solid",
256256
"border-width": "1px",
257257
"border-color": "#00a2ff",
258+
"box-shadow": "0 0 1px #fff",
258259
"box-sizing": "border-box"
259260
};
260261

0 commit comments

Comments
 (0)