1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-28 17:20:13 +02:00

sidepane: fix the file option buttons ux

This commit is contained in:
Kushagra Gour
2019-03-18 10:15:52 +05:30
parent d504f42369
commit e335644787
2 changed files with 10 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ function File({
<div class="sidebar__file-options">
<button
type="button"
class="btn btn--dark"
class="btn btn--dark btn--chromeless"
onClick={onRenameBtnClick.bind(null, file)}
>
<svg viewBox="0 0 24 24">
@@ -87,7 +87,7 @@ function File({
<button
type="button"
class="btn btn--dark"
class="btn btn--dark btn--chromeless"
onClick={onRemoveBtnClick.bind(null, file)}
>
<svg viewBox="0 0 24 24">