Blazor CSS isolation doesn't override Bootstrap styles
The name of my component is Account.razor
This line works fine inside the .razor component
<style>
.tooltip-inner {
background-color: red;
}
</style>
But when creating the Account.razor.css and putting the same code the tooltip does not change the background color.
from Recent Questions - Stack Overflow https://ift.tt/2QBwhBo
https://ift.tt/eA8V8J
Comments
Post a Comment