File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3939 flex-flow : column nowrap;
4040}
4141
42+ /* Styling for support card */
4243.support-card {
4344 margin : 0.2em ;
4445}
4546
47+ .support-card .inline-g {
48+ display : none;
49+ }
50+
4651.support-card : hover {
4752 background-color : # e3e3e3 ;
4853 transition : 0.2s ease-in-out;
7681 height : 18.75em ;
7782 }
7883
84+ /* Set consistent height for support card */
7985 .support-card {
8086 height : 12em ;
8187 }
Original file line number Diff line number Diff line change @@ -96,9 +96,6 @@ function createComponent(html) {
9696 break ;
9797 case 'support' :
9898 cardSelector . classList . add ( 'support-card' ) ;
99- // Hide level and time
100- const hideSelector = shadow . querySelector ( '.inline-g' ) ;
101- hideSelector . style . display = 'none' ;
10299 break ;
103100 }
104101
You can’t perform that action at this time.
0 commit comments