-
Notifications
You must be signed in to change notification settings - Fork 20
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
PLASMA-3859: Update TextArea
design
#1592
PLASMA-3859: Update TextArea
design
#1592
Conversation
Theme Builder app deployed! https://plasma.sberdevices.ru/pr/plasma-theme-builder-pr-1592/ |
Documentation preview deployed! website:https://plasma.sberdevices.ru/pr/pr-1592/ |
974a36a
to
78097e5
Compare
78097e5
to
767f007
Compare
767f007
to
5a99fb7
Compare
5a99fb7
to
1220ad8
Compare
1220ad8
to
0b32c5b
Compare
@@ -314,7 +314,9 @@ export const StyledIndicator = styled.div` | |||
inset: var(${tokens.indicatorLabelPlacementOuterRight}); | |||
|
|||
&.${classes.hasHint} { | |||
right: calc(-1 * var(${tokens.indicatorSizeOuter})); | |||
right: calc( | |||
-1 * var(${tokens.indicatorSizeOuter}) + var(${tokens.indicatorLabelPlacementHintOuterRight}, 0px) |
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.
но но какие px Артем, ай накосячил)
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.
тут я умышленно пиксели поставил на самом деле, просто 0 не будет работать, а rem как будто бы ненужны здесь
transition: box-shadow 0.1s ease-in-out; | ||
border-radius: var(${tokens.borderRadius}); | ||
border: var(${tokens.borderSize}) solid var(${tokens.borderColor}); | ||
box-shadow: inset 0 0 0 var(${tokens.borderSize}, 1px) var(${tokens.borderColor}), var(${tokens.boxShadow}, inset 0 0 0 0 transparent); |
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.
уфф
0b32c5b
to
ea4ae3b
Compare
ea4ae3b
to
c62ab3b
Compare
TextArea
designTextArea
design
TextArea
XL
What/why changed
📦 Published PR as canary version:
Canary Versions
✨ Test out this PR locally via: