Searched hist:"7 d4b53bc2f561409b38ecabcbc6d2678a5ce119c" (Results 1 – 1 of 1) sorted by relevance
/openbmc/webui-vue/src/components/AppHeader/ |
H A D | AppHeader.vue | diff 7d4b53bc2f561409b38ecabcbc6d2678a5ce119c Mon Oct 26 12:14:16 CDT 2020 Derick Montague <derick.montague@ibm.com> Update button focus state for small screen
The focus state uses the box-shadow and two inset values. The first should match the background of the button or link container. The second is the actual color of the outline focus state. On smaller viewports, the menu stacks and is a different color.
- Add mixin with optional color param for setting the color of the inset box-shadow that matches the container's background color - Add a focus state for the helper-menu at the smaller breakpoint - Remove the multiple :focus pseudo-selector declarations that remove the outline and set it when we set the initial focus state
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I8eb046f892b395baba41dd62460d2a771bd1f92a
|