diff options
| -rw-r--r-- | gui/assets/css/global.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gui/assets/css/global.css b/gui/assets/css/global.css index b38c5cc0ac..213e965086 100644 --- a/gui/assets/css/global.css +++ b/gui/assets/css/global.css @@ -30,16 +30,3 @@ body { width: 100%; display: flex; } - -/* - Temporary fix for placeholder colors until the following PR lands in master: - https://github.com/Microsoft/reactxp/pull/868 - */ - -* [data-test-id='AccountInput']::placeholder { - color: rgba(41, 77, 115, 0.4); -} - -* [data-test-id='CellInputField']::placeholder { - color: rgba(255, 255, 255, 0.6); -} |
