Commit 2ebd1be1 authored by DD Liu's avatar DD Liu

Make the tab button hover states match the spec

parent d575928e
...@@ -166,7 +166,7 @@ $radius: 8px; ...@@ -166,7 +166,7 @@ $radius: 8px;
border-radius: 8px; border-radius: 8px;
background: white; background: white;
box-sizing: border-box; box-sizing: border-box;
border: 2px solid rgba(0, 0, 0, 0.15); border: 2px solid box-shadow-light-gray;
} }
.studio-follow-button { .studio-follow-button {
...@@ -194,7 +194,7 @@ $radius: 8px; ...@@ -194,7 +194,7 @@ $radius: 8px;
display: flex; display: flex;
align-items: center; align-items: center;
background: white; background: white;
border: 1px solid rgba(0, 0, 0, 0.15); border: 1px solid $box-shadow-light-gray;
color: #575e75; color: #575e75;
padding: 0.5em 0.75em 0.5em 0.5em; padding: 0.5em 0.75em 0.5em 0.5em;
&:active { &:active {
...@@ -217,8 +217,15 @@ $radius: 8px; ...@@ -217,8 +217,15 @@ $radius: 8px;
} }
} }
a.nav_link:hover > li { a.nav_link:hover > li {
background: $ui-blue-25percent; background: $active-gray;
border: 1px solid $ui-blue-10percent; border: 1px solid $active-gray;
}
a.active.nav_link:hover > li {
background: $ui-blue-dark;
color: white;
img {
filter: invert(0);
}
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment