You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You could use border-bottom-color: transparent; instead of border-bottom: 0.25rem solid rgba(0,0,0,0); (it doesn't require to specify border width again). Good stuff btw, thanks!
The text was updated successfully, but these errors were encountered:
rolandtoth
changed the title
Do not hardcore transparent border width
Do not hardcode transparent border width
Jun 24, 2019
You could use
border-bottom-color: transparent;
instead ofborder-bottom: 0.25rem solid rgba(0,0,0,0);
(it doesn't require to specify border width again). Good stuff btw, thanks!The text was updated successfully, but these errors were encountered: