scss: forms button: merge transition properties (#38267)

This commit is contained in:
Thomas Jund 2019-12-06 16:20:07 +01:00
parent 58b73ecfbf
commit 6f86bbc352
1 changed files with 1 additions and 3 deletions

View File

@ -88,9 +88,7 @@ div.buttons div {
cursor: pointer;
border: $button-border;
border-radius: $button-border-radius;
transition: background 0.5s ease;
transition: color 0.5s ease;
transition: border 0.5s ease;
transition: background 0.5s ease, color 0.5s ease, border 0.5s ease;
margin-right: 1.5em;
vertical-align: middle;
box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.21);