File tree Expand file tree Collapse file tree 5 files changed +9
-0
lines changed Expand file tree Collapse file tree 5 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 120120 padding : 4px 12px ;
121121 }
122122
123+ & :hover {
124+ text-decoration : underline ;
125+ }
126+
123127 .light-theme & {
124128 & :hover {
125129 filter : brightness (80% );
Original file line number Diff line number Diff line change @@ -380,6 +380,7 @@ $detail-tabs-tablet-width: calc(100% - 240px);
380380 border-bottom : 2px solid ;
381381 border-bottom-color : transparent ;
382382 cursor : pointer ;
383+ text-decoration : none ;
383384
384385 & :hover {
385386 border-bottom-color : var (--pub-detail_tab-underline-color );
Original file line number Diff line number Diff line change 371371 padding : 10px 16px ;
372372 color : inherit ;
373373 font-weight : 600 ;
374+ text-decoration : none ;
374375 }
375376 }
376377}
448449
449450 a {
450451 color : var (--pub-neutral-textColor );
452+ text-decoration : none ;
451453 }
452454
453455 label {
Original file line number Diff line number Diff line change 99 align-items : center ;
1010
1111 font-family : var (--pub-font-family-body );
12+ text-decoration : none ;
1213
1314 & :hover {
1415 opacity : 1.0 ;
Original file line number Diff line number Diff line change 3434 text-transform : uppercase ;
3535 padding : 4px 8px ;
3636 color : var (--pub-tag_sdkbadge-text-color );
37+ text-decoration : none ;
3738 }
3839
3940 > .tag-badge-main {
You can’t perform that action at this time.
0 commit comments