1
1
/*!
2
- * Materialize v2.0.3-beta (https://materializecss.github.io/materialize)
2
+ * Materialize v2.0.3 (https://materializecss.github.io/materialize)
3
3
* Copyright 2014-2023 Materialize
4
4
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
5
5
*/
@@ -5564,23 +5564,33 @@ small {
5564
5564
}
5565
5565
}
5566
5566
.material-tooltip {
5567
- padding : 10px 8px ;
5568
- font-size : 1rem ;
5569
- z-index : 2000 ;
5570
- border-radius : 2px ;
5571
- color : var (--tooltip-font-color );
5572
- min-height : 36px ;
5573
- line-height : 120% ;
5567
+ padding : 0 8px ;
5568
+ border-radius : 4px ;
5569
+ background-color : var (--md-sys-color-inverse-surface );
5570
+ color : var (--md-sys-color-inverse-on-surface );
5571
+ font-family : var (--md-sys-typescale-body-small-font-family-name );
5572
+ font-size : var (--md-sys-typescale-body-small-font-size );
5573
+ line-height : var (--md-sys-typescale-body-small-line-height );
5574
+ font-weight : var (--md-sys-typescale-body-small-font-weight );
5575
+ min-height : 24px ;
5574
5576
opacity : 0 ;
5575
- position : absolute;
5576
5577
text-align : center;
5578
+ position : absolute;
5577
5579
max-width : calc (100% - 4px );
5578
5580
overflow : hidden;
5579
5581
left : 0 ;
5580
5582
top : 0 ;
5581
5583
pointer-events : none;
5584
+ display : -webkit-box;
5585
+ display : -webkit-flex;
5586
+ display : -ms-flexbox;
5587
+ display : flex;
5588
+ -webkit-box-align : center;
5589
+ -webkit-align-items : center;
5590
+ -ms-flex-align : center;
5591
+ align-items : center;
5582
5592
visibility : hidden;
5583
- background-color : var ( --tooltip-background-color ) ;
5593
+ z-index : 2000 ;
5584
5594
}
5585
5595
5586
5596
.backdrop {
@@ -5589,7 +5599,7 @@ small {
5589
5599
height : 7px ;
5590
5600
width : 14px ;
5591
5601
border-radius : 0 0 50% 50% ;
5592
- background-color : var (--tooltip-background -color );
5602
+ background-color : var (--md-sys -color-inverse-surface );
5593
5603
z-index : -1 ;
5594
5604
-webkit-transform-origin : 50% 0 ;
5595
5605
transform-origin : 50% 0 ;
@@ -6157,16 +6167,28 @@ body.keyboard-focused .dropdown-content li:focus {
6157
6167
margin-right : 1rem ;
6158
6168
}
6159
6169
6170
+ .collapsible-header ::after {
6171
+ content : "▾" ;
6172
+ text-align : right;
6173
+ margin-right : 0.25rem ;
6174
+ width : 100% ;
6175
+ }
6176
+
6177
+ .active .collapsible-header ::after {
6178
+ content : "▴" ;
6179
+ }
6180
+
6160
6181
.keyboard-focused .collapsible-header : focus {
6161
6182
background-color : var (--focus-color );
6162
6183
}
6163
6184
6164
6185
.collapsible-body {
6165
- display : none ;
6186
+ max-height : 0 ;
6166
6187
border-bottom : 1px solid var (--separator-color );
6167
6188
-webkit-box-sizing : border-box;
6168
6189
box-sizing : border-box;
6169
- padding : 2rem ;
6190
+ padding : 0 2rem ;
6191
+ overflow : hidden;
6170
6192
background-color : var (--surface-color );
6171
6193
}
6172
6194
@@ -6353,15 +6375,15 @@ body.keyboard-focused .dropdown-content li:focus {
6353
6375
right : 0 ;
6354
6376
bottom : 0 ;
6355
6377
left : 0 ;
6356
- background-color : # 292929 ;
6378
+ background-color : var ( --md-sys-color-background ) ;
6357
6379
z-index : 1000 ;
6358
6380
will-change : opacity;
6359
6381
}
6360
6382
6361
6383
.materialbox-caption {
6362
6384
position : fixed;
6363
6385
display : none;
6364
- color : # fff ;
6386
+ color : var ( --font-color-main ) ;
6365
6387
line-height : 50px ;
6366
6388
bottom : 0 ;
6367
6389
left : 0 ;
0 commit comments