- width: calc(100% - 2*0.1em - 2*1px + #{$intrusion-width});
- padding: 0 0.1em;
- /* Always have a border, for the width to stay constant */
- border: solid transparent 1px;
+ width: calc(100% - 2*0.1em - 1px + #{$intrusion-width}); /* minus the padding, the border, and plus how much we want to overlap */
+ padding: 0.08em 0.1em 0.02em; /* top left-right bottom */
+ /* Always have *one* border, for the width to stay constant */
+ border-left: solid transparent 1px;