diff --git a/components/dashicon/index.js b/components/dashicon/index.js index 15c64ac6609dad..2ce27ddaa08abe 100644 --- a/components/dashicon/index.js +++ b/components/dashicon/index.js @@ -857,6 +857,7 @@ export default class Dashicon extends wp.element.Component { return ( `s overflow + border-radius: 50%; } - &:first-child { - margin-bottom: 4px; + &:not(:disabled):hover .dashicon { + @include button-style__hover; + } + + &:not(:disabled):active .dashicon { + @include button-style__active; + } + + &:not(:disabled):focus .dashicon { + @include button-style__focus-active; } }