Skip to content
Snippets Groups Projects
Commit 681210db authored by danieldeng2's avatar danieldeng2
Browse files

Slower transition for button group

parent 27f3d475
No related branches found
No related tags found
No related merge requests found
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
height: 2.25rem; height: 2.25rem;
margin-right: 0.625rem; margin-right: 0.625rem;
margin-left: 0.625rem; margin-left: 0.625rem;
transition: 0.5s background; transition: 0.2s background;
-webkit-transition: 0.5s background; -webkit-transition: 0.2s background;
-moz-transition: 0.5s background; -moz-transition: 0.2s background;
} }
.pageButton:hover { .pageButton:hover {
......
...@@ -12,9 +12,9 @@ ...@@ -12,9 +12,9 @@
height: 2.25rem; height: 2.25rem;
border-radius: 0.5rem !important; border-radius: 0.5rem !important;
text-align: left; text-align: left;
transition: 0.5s background; transition: 0.2s background;
-webkit-transition: 0.5s background; -webkit-transition: 0.2s background;
-moz-transition: 0.5s background; -moz-transition: 0.2s background;
} }
.tabGroupButtonSvg { .tabGroupButtonSvg {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment