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

Commit

Permalink
fix: fix sass rgb compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
xalvarez committed Jan 4, 2022
1 parent 919afbb commit 5a0cb20
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 5a0cb20

Please sign in to comment.