chore: remove get_shade usage

This function doesn't do anything
This commit is contained in:
Ankush Menat 2023-06-13 14:24:24 +05:30 committed by Ankush Menat
parent 3005e66e45
commit 4bf1139427
2 changed files with 2 additions and 3 deletions

View file

@ -134,7 +134,6 @@ jinja = {
"filters": [
"frappe.utils.data.global_date_format",
"frappe.utils.markdown",
"frappe.website.utils.get_shade",
"frappe.website.utils.abs_url",
],
}

View file

@ -3,7 +3,7 @@
background-repeat: repeat-x;
background-image: none;
border: none;
border-bottom: 1px solid {{ get_shade(theme.top_bar_color, 10) }};
border-bottom: 1px solid {{ theme.top_bar_color }};
padding-top: 15px;
padding-bottom: 15px;
}
@ -34,7 +34,7 @@
.navbar .nav > .open > a:hover,
.navbar .nav > .open > a:focus,
.navbar .nav > .open > a:active {
color: {{ get_shade(theme.top_bar_text_color, 15) }};
color: {{ theme.top_bar_text_color }};
background-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;