marinafink / noshcuisine

Nosh Cuisine is a semester project by Marina Fink which includes an interactive website where users can create a profile, search for recipes and upload their own recipes.
1 stars 0 forks source link

if you hover over "sign in" and "register" with the mouse, the text is displayed in browser style #10

Open marinafink opened 1 year ago

marinafink commented 1 year ago

Description: If the user is not logged in and is on the starting page, then he can either sign in or register with nosh cuisine in the upper right-hand corner of the navbar. The links for "Sign in" and "Register" are displayed in an orange color. If you hover over the links with the mouse, they are displayed in browser style, i.e. blue and underlined.

Steps to reproduce:

  1. Visit https://mars.iuk.hdm-stuttgart.de/~mf177/index.php (username: mf177, password: M5fFm67#ar)
  2. Hover over "Sign in" and "Register" in the upper right-hand corner of the webpage

Expected Result: If you hover over the hyperlinks their color should stay the same but they should be underlined.

Actual Result: If you hover over the hyperlinks they are displayed in browser style, i.e. they are blue and underlined.

Image

Configuration:

marinafink commented 1 year ago

This has been fixed by adjusting the inline style for the involved elements (the sign in & register links). Tried to avoid inline style and fix it in the css sheet instead but there are some complications with bootstrap styles so this was the most efficient way.