-
Notifications
You must be signed in to change notification settings - Fork 0
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
DBC22-1880: styling for route search swap button #338
Conversation
color: black; | ||
border-radius: 32px 32px 32px 32px; | ||
border: 1px 0px 0px 0px; | ||
opacity: 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.
duplicate line for border can be removed, and opacity line is invalid. Please remove these two lines 17, 18.
@@ -5,6 +5,25 @@ | |||
padding: 1rem 1rem 0; | |||
z-index: 5; | |||
|
|||
.swap-button{ | |||
position: relative; | |||
display: row; |
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.
This line is invalid, please remove.
top: -53px; | ||
left: 292px; | ||
padding: 8px 4px 8px 4px; | ||
gap: 6px; |
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.
what is this doing for the button?
left: 292px; | ||
padding: 8px 4px 8px 4px; | ||
gap: 6px; | ||
color: black; |
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.
wrong colour for button as well as hover state colour.
@tyrel-oxd button is not visible in delay/cam list pages. |
No description provided.