Skip to content

Instantly share code, notes, and snippets.

@pkaminski
Last active August 29, 2015 14:21
Show Gist options
  • Save pkaminski/db9340182eec59f8774f to your computer and use it in GitHub Desktop.
Save pkaminski/db9340182eec59f8774f to your computer and use it in GitHub Desktop.
Square off file tabs and remove torn edges
.file.title {
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding-top: 0.5em;
bottom: -3px;
}
.file.left.filler {
left: -43px;
}
.file.left.filler:after {
border-bottom-right-radius: 0;
}
.file.right.filler {
right: -43px;
}
.file.right.filler:after {
border-bottom-left-radius: 0;
}
.torn.edge {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment