Skip to content

Commit

Permalink
CSS fix for lang button 'hover'
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-rudakov committed Feb 24, 2022
1 parent 0041c02 commit c8bdd48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/css/zutranslate-blocks.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sass/zutranslate-blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $copy-control-flashing-end-color: $red-color;
transition-property: background-color, color;
transition-duration: $transition-time;
transition-timing-function: $transition-function;
&:hover {
&.components-button:hover {
background-color: $zutranslate-hover-color !important;
color: $zutranslate-hover-text-color !important;
}
Expand Down

0 comments on commit c8bdd48

Please sign in to comment.