Skip to content

Commit

Permalink
Remove leftovers from alert, fix double focus issue on mozilla, make …
Browse files Browse the repository at this point in the history
…inline-help vertical align (#516)
  • Loading branch information
JKMarkowski committed Dec 16, 2019
1 parent 44bc445 commit 08f5579
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/_sass/_docs-display-component.scss
Expand Up @@ -16,6 +16,7 @@
> .fd-tile__content {
padding: 60px 20px;
width: 100%;
max-width: 100%;
}

> p {
Expand Down
1 change: 1 addition & 0 deletions src/inline-help.scss
Expand Up @@ -39,6 +39,7 @@ $block: #{$fd-namespace}-inline-help;
content: "?";
width: $fd-tooltip-icon-size;
height: $fd-tooltip-icon-size;
line-height: $fd-tooltip-icon-size;
font-style: normal;
position: absolute;
left: 0;
Expand Down
4 changes: 4 additions & 0 deletions src/mixins/_mixins.scss
Expand Up @@ -193,6 +193,10 @@
white-space: nowrap;
background-color: transparent;
border-radius: var(--sapButton_BorderCornerRadius);

&::-moz-focus-inner {
border: 0;
}
@content;
}

Expand Down

0 comments on commit 08f5579

Please sign in to comment.