From 4bb6981cbbd7b432d657b63574dd1e3c09fe0fc5 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sun, 22 Sep 2019 02:01:07 +0530 Subject: [PATCH] :zap: Better icons, buttons & animations --- .directory | 6 ------ .gitignore | 3 +++ assets/css/styles.scss | 4 ++-- components/history.vue | 6 +++--- components/modal.vue | 4 ++-- components/settings/swatch.vue | 12 ++++++------ pages/index.vue | 6 +++--- pages/settings.vue | 4 ++-- static/screely.png | Bin 77162 -> 0 bytes static/screely2.png | Bin 83640 -> 0 bytes 10 files changed, 21 insertions(+), 24 deletions(-) delete mode 100644 .directory delete mode 100644 static/screely.png delete mode 100644 static/screely2.png diff --git a/.directory b/.directory deleted file mode 100644 index da6b69718..000000000 --- a/.directory +++ /dev/null @@ -1,6 +0,0 @@ -[Dolphin] -Timestamp=2019,8,23,13,58,13 -Version=4 - -[Settings] -HiddenFilesShown=true diff --git a/.gitignore b/.gitignore index fffd677ed..f541e327a 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,6 @@ sw.* # Postwoman build data .postwoman + +# File explorer +.directory \ No newline at end of file diff --git a/assets/css/styles.scss b/assets/css/styles.scss index b123dde72..1190ad948 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -248,7 +248,7 @@ input[type="checkbox"] { justify-content: center; margin: 8px 8px 8px 0; color: transparent; - transition: 0.2s; + transition: all 0.2s ease-in-out; } } @@ -451,7 +451,7 @@ input[type="radio"] + label { padding: 8px 16px; border-bottom: 2px solid transparent; cursor: pointer; - transition: all 0.2s ease; + transition: all 0.2s ease-in-out; &:hover { border-color: var(--brd-color); diff --git a/components/history.vue b/components/history.vue index b14a2a59f..acdd4c91c 100644 --- a/components/history.vue +++ b/components/history.vue @@ -2,7 +2,7 @@