Skip to content

Commit

Permalink
set dropdown foruc rounded
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Polyakov committed Mar 5, 2024
1 parent fb9a829 commit 6243ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/shared/LinksDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default class LinksDropdown extends Mixins(TranslationMixin) {
&,
.el-tooltip {
&:focus {
@include focus-outline($inner: true);
@include focus-outline($inner: true, $borderRadius: 50%);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/styles/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ $button-custom-shadow: -1px -1px 5px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0,

@mixin icon-styles($hasPointerCursor: false, $withHover: true, $hoverColor: var(--s-color-base-content-secondary)) {
color: var(--s-color-base-content-tertiary);
transition: var(--s-transition-default);
transition: color var(--s-transition-default);
@if $hasPointerCursor == true {
cursor: pointer;
}
Expand Down

0 comments on commit 6243ddd

Please sign in to comment.