Skip to content

Commit

Permalink
feat: delete v-card focus background color - MEED-7373 - Meeds-io/MIP…
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored and exo-swf committed Sep 5, 2024
1 parent 5fd9fcb commit 738fc32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ Modifications applied on imported libraries:
- Delete text-transform on .v-tab
- Delete font-size on .v-tab
- Change color to use @menuTextColor on .v-tab
- Delete .v-card--link focus background to not have grey background once clicked
Original file line number Diff line number Diff line change
Expand Up @@ -22373,9 +22373,6 @@ html.overflow-y-hidden {
.v-card--link .v-chip {
cursor: pointer;
}
.v-card--link:focus:before {
opacity: 0.08;
}
.v-card--link:before {
background: currentColor;
bottom: 0;
Expand Down

0 comments on commit 738fc32

Please sign in to comment.