Browse Source

Merge pull request #16389 from surajshetty3416/fix-global-filter

version-14
Suraj Shetty 3 years ago
committed by GitHub
parent
commit
1b69b0b516
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/scss/desk/sidebar.scss

+ 1
- 1
frappe/public/scss/desk/sidebar.scss View File

@@ -355,7 +355,7 @@ body[data-route^="Module"] .main-menu {
display: none;
}

input {
input:not([data-fieldtype='Check']) {
background: var(--control-bg-on-gray);
}



Loading…
Cancel
Save