Skip to content

Commit

Permalink
removed css hover and focus from inline calendar icon
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM committed Feb 15, 2023
1 parent fb776f4 commit e2a8885
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/bundle/Resources/public/scss/_date-time-picker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,23 @@
margin-bottom: calculateRem(4px);
}
}

.ibexa-input-text-wrapper__action-btn--calendar {
&:hover {
.ibexa-icon {
fill: $ibexa-color-dark;
}
}

&:focus {
color: transparent;
border-color: transparent;
box-shadow: none;

.ibexa-icon {
fill: $ibexa-color-dark;
}
}
}
}
}

0 comments on commit e2a8885

Please sign in to comment.