summaryrefslogtreecommitdiff
path: root/ext/mixed/css/display.css
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-11-08 12:34:23 -0500
committerGitHub <noreply@github.com>2020-11-08 12:34:23 -0500
commit8cf10d685d52d5ae75d65c4aea4adcb6d101e9a4 (patch)
tree3a1874942370917e328976854c5a5c7352d9e085 /ext/mixed/css/display.css
parentdb9ec4c4495404ad3ebc9ce56866c3631cedf8dc (diff)
Search and display style updates (#1005)
* Use same selectors * Use consistent stylesheet declaration * Fix query parser not being cleared * Set property upon load * Don't focus for Enter key press * Update search page styles * Update indent and nodes * Support dark style * Add missing var
Diffstat (limited to 'ext/mixed/css/display.css')
-rw-r--r--ext/mixed/css/display.css17
1 files changed, 0 insertions, 17 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css
index 5af211bb..3b6e3b3e 100644
--- a/ext/mixed/css/display.css
+++ b/ext/mixed/css/display.css
@@ -187,23 +187,6 @@ h2 {
* Search page
*/
-.icon-checkbox {
- display: none;
-}
-
-.icon-checkbox+label {
- cursor: pointer;
- font-size: 1.6em;
- padding: 0.1em;
- user-select: none;
-}
-
-.icon-checkbox:checked+label {
- /* Invert colors */
- background-color: var(--default-text-color);
- color: var(--background-color);
-}
-
#query-parser-content {
margin-top: 0.5em;
font-size: 2em;