What is the summary of your change?
To carry out the changes suggested I carried out changes in two files.
a) assets/css/custom.css :- this file holds css changes. for turning the background white of a selected hyperlink and
turning the text in the hyperlink to blue and bold.
b) template/base.html :- this file hold the logic to change the class and id of various list element present on the page
in order to carry out the desired effect. the hyperlink which is under selection its class is been changed and id is
been assigned to the hyperlink of that class in order to change the background color and text-weight and color.
Why this change is helpful?
This change will help the user to understand which hyperlink from the sidebar is under selection.
What do you think is the outcome of this change?
Only the tab under selection is been highlighted and other tab are not.
To carry out the changes suggested I carried out changes in two files.
a) assets/css/custom.css :- this file holds css changes. for turning the background white of a selected hyperlink and
turning the text in the hyperlink to blue and bold.
b) template/base.html :- this file hold the logic to change the class and id of various list element present on the page
in order to carry out the desired effect. the hyperlink which is under selection its class is been changed and id is
been assigned to the hyperlink of that class in order to change the background color and text-weight and color.
Why this change is helpful?
This change will help the user to understand which hyperlink from the sidebar is under selection.
What do you think is the outcome of this change?
Only the tab under selection is been highlighted and other tab are not.
Open for review.