Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #76 from xalvarez/fix-sass-compatibility
Browse files Browse the repository at this point in the history
fix: Fix sass rgb compatibility
  • Loading branch information
Jasenkoo authored Jan 7, 2022
2 parents 919afbb + 5a0cb20 commit c4e289d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vue3DatePicker/style/components/_DatepickerMenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
.dp__menu_disabled {
@extend %__dp_menu_readonly_disabled;

background: rgb(255 255 255 / 50%);
background: rgba(255, 255, 255, 0.5);
cursor: not-allowed;
}

Expand Down

0 comments on commit c4e289d

Please sign in to comment.