File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,6 @@ impl scrollable::Catalog for Theme {
327327
328328 fn style ( & self , _class : & Self :: Class < ' _ > , status : scrollable:: Status ) -> scrollable:: Style {
329329 let active = scrollable:: Style {
330- // MTK
331330 auto_scroll : scrollable:: AutoScroll {
332331 background : self . background . into ( ) ,
333332 border : Border :: default ( ) ,
@@ -343,7 +342,6 @@ impl scrollable::Catalog for Theme {
343342 radius : 5.0 . into ( ) ,
344343 } ,
345344 scroller : scrollable:: Scroller {
346- // MTK
347345 background : self . text . alpha ( 0.7 ) . into ( ) ,
348346 border : Border {
349347 color : Color :: TRANSPARENT ,
@@ -360,7 +358,6 @@ impl scrollable::Catalog for Theme {
360358 radius : 5.0 . into ( ) ,
361359 } ,
362360 scroller : scrollable:: Scroller {
363- // MTK
364361 background : self . text . alpha ( 0.7 ) . into ( ) ,
365362 border : Border {
366363 color : Color :: TRANSPARENT ,
You can’t perform that action at this time.
0 commit comments