commit | 05c98c5811edb76361c29e53f40641dc73cf4782 | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Sat Mar 18 13:56:13 2023 +0000 |
committer | Paladox none <thomasmulhall410@yahoo.com> | Tue May 13 12:47:02 2025 -0700 |
tree | a4f96712cc711ac255aa0fa7d3d1b5313f813278 | |
parent | 47b6a5819969363a25914f60ffcbcec7abbb8232 [diff] |
Remove outline on textbox Screenshot: https://imgur.com/a/pw7BUcu Change-Id: I549e570f027bf50e4fc4d576bdcd57965d023828
diff --git a/web/element/extensions.ts b/web/element/extensions.ts index 64b998c..6c2be75 100644 --- a/web/element/extensions.ts +++ b/web/element/extensions.ts
@@ -47,6 +47,9 @@ color: 'var(--deemphasized-text-color)', 'background-color': 'var(--background-color-secondary)', }, + '&.cm-editor.cm-focused': { + outline: 'none' + }, }, {dark} );