-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/order book improvements #1347
base: develop
Are you sure you want to change the base?
Conversation
@@ -87,14 +87,15 @@ | |||
</div> | |||
|
|||
<div v-if="withSlider" class="input-line--footer-with-slider" @click="handleSliderFocus"> | |||
<div class="delimiter" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that it's better to just revert it without !important. What was the initial goal of that change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have < s-divider /> component to split UI data, no need to create another custom one
@@ -341,7 +349,7 @@ $el-input-class: '.el-input'; | |||
.el-slider__button { | |||
background-color: #fff; | |||
border-radius: 4px; | |||
transform: rotate(-45deg); | |||
transform: rotate(-45deg) !important; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better to replace scoped to unscoped without !important + specify better
// overwrite | ||
.el-slider__runway.disabled { | ||
.el-slider__bar { | ||
width: 0 !important; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the same comment - if we need to apply anything we cannot do it scoped scss then we need to replace it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check comments please
…kaswap-exchange-web into fix/order-book-improvements
contains fixes on these tickets