diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-16 15:52:52 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-16 15:55:18 +0100 |
commit | 805bec52cd12a963832c6dd95e775f54509903f8 (patch) | |
tree | c3493c4807dbea364d6ac8f756df8492dbf2905c /client/src/app/menu/menu.component.scss | |
parent | c195975c546ecfb0e6228c43a9c855b8c3e09d63 (diff) | |
download | PeerTube-805bec52cd12a963832c6dd95e775f54509903f8.tar.gz PeerTube-805bec52cd12a963832c6dd95e775f54509903f8.tar.zst PeerTube-805bec52cd12a963832c6dd95e775f54509903f8.zip |
Replace keyboard shortcut icon
Use svg instead
Diffstat (limited to 'client/src/app/menu/menu.component.scss')
-rw-r--r-- | client/src/app/menu/menu.component.scss | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index c27f8f8c4..3ca4e47a1 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -352,20 +352,6 @@ menu { | |||
352 | color: #6c757d; | 352 | color: #6c757d; |
353 | } | 353 | } |
354 | 354 | ||
355 | .icon { | ||
356 | @include disable-outline; | ||
357 | @include icon($menu-link-icon-size); | ||
358 | opacity: 0.8; | ||
359 | |||
360 | &.icon-shortcuts { | ||
361 | position: relative; | ||
362 | top: -1px; | ||
363 | margin-right: 10px; | ||
364 | |||
365 | background-image: url('../../assets/images/misc/keyboard.png'); | ||
366 | } | ||
367 | } | ||
368 | |||
369 | input[type=checkbox]{ | 355 | input[type=checkbox]{ |
370 | position: absolute; | 356 | position: absolute; |
371 | visibility: hidden; | 357 | visibility: hidden; |