Commit 352af6a2 authored by Nadia Sotnikova's avatar Nadia Sotnikova

Add hover and focus styles to file tree buttons

parent ad290106
...@@ -883,6 +883,15 @@ $ide-commit-header-height: 48px; ...@@ -883,6 +883,15 @@ $ide-commit-header-height: 48px;
margin-right: $ide-tree-padding; margin-right: $ide-tree-padding;
border-bottom: 1px solid $white-dark; border-bottom: 1px solid $white-dark;
svg {
color: $gray-700;
&:focus,
&:hover {
color: $blue-600;
}
}
.ide-new-btn { .ide-new-btn {
margin-left: auto; margin-left: auto;
} }
...@@ -899,6 +908,11 @@ $ide-commit-header-height: 48px; ...@@ -899,6 +908,11 @@ $ide-commit-header-height: 48px;
.dropdown-menu-toggle { .dropdown-menu-toggle {
svg { svg {
vertical-align: middle; vertical-align: middle;
color: $gray-700;
&:hover {
color: $gray-700;
}
} }
&:hover { &:hover {
......
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