Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4034

Blazor NavLink style with a class in CSS Isolation

$
0
0

I am trying to style NavLink in Blazor with a CSS class that I have in a CSS Isolation file for that razor file. I just do not seem able to make any changes accept with global or inline styles.

sample.razor

<NavLink href="" class="cssLink">A Link</NavLink>

sample.razor.css

.cssLink {  color: #10069f;  text-decoration: none;  transition: all 0.1s linear;}.cssLink:hover {  color: #4a4a4a;  text-decoration: none;}

Viewing all articles
Browse latest Browse all 4034

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>