Skip to content

Commit 7f95ca3

Browse files
alexnataliaalexnatalia
and
alexnatalia
authored
STooltip: Reverted Popper Arrow Styles Update (#418)
* STooltip: Updated Popper Arrow Styles. * Reverted the prev PR changes. Co-authored-by: alexnatalia <[email protected]>
1 parent 06bd95f commit 7f95ca3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soramitsu/soramitsu-js-ui",
3-
"version": "1.0.33",
3+
"version": "1.0.32",
44
"private": false,
55
"publishConfig": {
66
"registry": "https://nexus.iroha.tech/repository/npm-soramitsu/"

src/styles/neumorphism/tooltip.scss

-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ $neu-tooltip-arrow-width: 8px;
1919

2020
.popper__arrow {
2121
border-bottom-color: $neu-tooltip-background-color;
22-
right: 0 !important;
23-
left: 0 !important;
24-
margin-right: auto !important;
25-
margin-left: auto !important;
2622
&::after {
2723
border-bottom-color: inherit;
2824
}

0 commit comments

Comments
 (0)