Skip to content

Commit

Permalink
Merge pull request #217 from dcos-labs/mp/feat/DCOS-41116-toggleconte…
Browse files Browse the repository at this point in the history
…nt-underline

DCOS-41116: add dashed underline on ToggleContent text
  • Loading branch information
mperrotti authored Aug 29, 2018
2 parents cf61c7d + 7bed30a commit 3f4649d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/toggleContent/style.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { css } from "emotion";

export const style = css`
border-bottom: 1px dashed;
cursor: pointer;
padding-bottom: 1px;
`;
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

exports[`ToggleContent renders a div wrapping the content passed as props 1`] = `
.emotion-0 {
border-bottom: 1px dashed;
cursor: pointer;
padding-bottom: 1px;
}
.emotion-0:focus {
Expand Down

0 comments on commit 3f4649d

Please sign in to comment.