Skip to content

Commit 9b1dc04

Browse files
committed
userchrome.css: add stub to remove spellcheck button
1 parent d25ebed commit 9b1dc04

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Dark/userchrome.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@ div.editor-toolbar div button {
121121
*/
122122
/*---------------------------------------------------------------------------*/
123123

124+
/*------ Remove Spellcheck button -------------------------------------------*/
125+
/*
126+
a[title="Spell checker"] {
127+
display: none;
128+
}
129+
*/
130+
/*---------------------------------------------------------------------------*/
131+
124132
/*------ Input fields: Search (global, local), Note Title -------------------*/
125133
/* .header input { */
126134
input {

0 commit comments

Comments
 (0)