Skip to content
Discussion options

You must be logged in to vote

Apparently after the latest backend update box-shadow: inset doesn't work well with rounded corners for many targets, including this one. My shortest solution also used it but doesn't work anymore. For your solution, replacing the inner shadow with bottom border seems to fix the issue:

  a,b,s,i,p{
    ...
    padding:27 50; /* to compensate the changed inner height */
    ...
    box-shadow:0+0+0+3in#1A4341
  }
  a {
    border-bottom: solid 86px#998235
  }
  b,i,p{
    ...
    margin:-47 -25;
    ...
  }

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Reyzartz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants