| Index: ui/file_manager/file_manager/foreground/elements/files_icon_button.html
|
| diff --git a/ui/file_manager/file_manager/foreground/elements/files_icon_button.html b/ui/file_manager/file_manager/foreground/elements/files_icon_button.html
|
| index f6113e3dcceb12c4f251508658d12bbf5193043c..e118674144eac9ca658c6f02866a480ad51dda3e 100644
|
| --- a/ui/file_manager/file_manager/foreground/elements/files_icon_button.html
|
| +++ b/ui/file_manager/file_manager/foreground/elements/files_icon_button.html
|
| @@ -47,14 +47,14 @@
|
| width: 28px;
|
| }
|
|
|
| - files-toggle-ripple::shadow .ripple.activated {
|
| + files-toggle-ripple::shadow .ripple {
|
| opacity: 0.1;
|
| + @apply(--files-icon-button-activated-theme);
|
| }
|
| </style>
|
|
|
| <files-ripple hidden="[[toggles]]"></files-ripple>
|
| <files-toggle-ripple activated="[[active]]"></files-toggle-ripple>
|
| - <!-- TODO(fukino): Make it possible to insert user-defined element to show them on top of ripple effect. -->
|
| </template>
|
|
|
| <script src="files_icon_button.js"></script>
|
|
|