chore: remove get_shade usage
This function doesn't do anything
This commit is contained in:
parent
3005e66e45
commit
4bf1139427
2 changed files with 2 additions and 3 deletions
|
|
@ -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",
|
||||
],
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue