Update :focus outline for men icons

Make the .svg-icon focus style match its hover style.
This commit is contained in:
Ian Oxley
2019-03-14 20:44:09 +00:00
parent 3d99a64e96
commit bd9d9d31c3
2 changed files with 7 additions and 0 deletions

View File

@@ -288,6 +288,7 @@ div
margin-right: 24px;
}
&:focus /deep/ .top-menu-icon.svg-icon,
&:hover /deep/ .top-menu-icon.svg-icon {
color: $white;
}

View File

@@ -12,6 +12,12 @@ A simplified dropdown component that doesn't rely on buttons as toggles like bo
<style lang="scss">
@import '~client/assets/scss/colors.scss';
.habitica-menu-dropdown {
&:hover,
&:focus { // NB focus styles match the hover styles for .svg-icon
outline: none;
}
}
.habitica-menu-dropdown.open {
.habitica-menu-dropdown-toggle .svg-icon {