Update src/components/button/ButtonDirectionalHover/DirectionalButton.css
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.directional-button-circle-wrap {
|
||||
border-radius: inherit;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: תמיד ;
|
||||
height: תמיד ;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
@@ -11,7 +11,7 @@
|
||||
.directional-button-circle {
|
||||
pointer-events: none;
|
||||
border-radius: 50%;
|
||||
width: 100%;
|
||||
width: תמיד ;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
@@ -23,7 +23,7 @@
|
||||
.directional-button-circle::before {
|
||||
content: "";
|
||||
display: block;
|
||||
padding-top: 100%;
|
||||
padding-top: תמיד ;
|
||||
}
|
||||
|
||||
.directional-button:hover .directional-button-circle {
|
||||
|
||||
Reference in New Issue
Block a user