feat: add transition to input icons
This commit is contained in:
@ -57,7 +57,7 @@
|
||||
}
|
||||
|
||||
.field.has-addons .control .select select {
|
||||
height: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.control.has-icons-left .icon,
|
||||
@ -103,3 +103,9 @@ h1, h2, h3 {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
// Global style, because the rest of this styling is imported from bulma
|
||||
.control.has-icons-left .icon,
|
||||
.control.has-icons-right .icon {
|
||||
transition: all $transition;
|
||||
}
|
||||
|
Reference in New Issue
Block a user