webconfig: Remove the abbreviations tab

Since the new expanded abbreviations in 3.6.0, abbr no longer accepts
new universal variables. That means this tab is now
non-functional (except that it could technically remove abbrs that
were set in universal variables).

Because making it work with the expanded abbreviations requires some
awkwardness like a dedicated conf.d snippet (or writing into
config.fish!), we simply remove it.
This commit is contained in:
Fabian Boehm
2023-01-10 17:19:20 +01:00
parent 1d29ae7847
commit 4ceb497bfb
7 changed files with 0 additions and 152 deletions

View File

@@ -293,19 +293,6 @@ body {
border-bottom: #444 dotted 1px;
}
.abbreviation_actions {
width: 8em;
text-align: right;
border-bottom: #444 dotted 1px;
}
.abbreviation_input {
height: 1.5em;
font: inherit;
padding: 3px;
margin: 0;
}
/* The CSS we apply when a table row is filtered */
.data_table_row_filtered {
display: none;