File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
packages/components/src/components/card Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @db-ux/core-components " : patch
3+ " @db-ux/ngx-core-components " : patch
4+ " @db-ux/react-core-components " : patch
5+ " @db-ux/v-core-components " : patch
6+ " @db-ux/wc-core-components " : patch
7+ ---
8+
9+ fix(card): Remove the obsolete but harmful declaration regarding wrapping button and link styles.
Original file line number Diff line number Diff line change 33@use " @db-ux/core-foundations/build/styles/helpers" ;
44@use " ../../styles/internal/component" ;
55
6- :is(a , button ) {
6+ :is(a [href ], button ) {
7+ // Resetting button and link specific declarations
78 & :has (.db-card ) {
8- all : unset ;
9+ text-decoration : unset ;
10+ margin : unset ;
11+ border : unset ;
12+ background-color : transparent ;
13+ padding : unset ;
14+ font : inherit ;
915 }
1016
1117 @include helpers .hover {
You can’t perform that action at this time.
0 commit comments