[lightsoff/wip/gtkview] Use linear transitions and no outline
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [lightsoff/wip/gtkview] Use linear transitions and no outline
- Date: Sat, 14 Jul 2018 20:46:58 +0000 (UTC)
commit cf1e651b18b4f001583c873db49948c8de79e043
Author: Robert Roth <robert roth off gmail com>
Date: Sat Jul 14 23:46:35 2018 +0300
Use linear transitions and no outline
data/lightsoff.css | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/data/lightsoff.css b/data/lightsoff.css
index f9daa97..94e0ad8 100644
--- a/data/lightsoff.css
+++ b/data/lightsoff.css
@@ -8,9 +8,11 @@
border-color: #353535;
border-radius: 5px;
border-width: 1px;
- margin: 4px;
+ margin: 6px;
box-shadow: none;
- transition: 150ms;
+ transition-duration: 300ms;
+ transition-timing-function: linear;
+ outline: none;
}
.grid > .toggle:checked/*, .grid > .toggle:hover */{
@@ -19,7 +21,8 @@
background-image: linear-gradient(90deg, #35669b, #5e92c8);
box-shadow: none;
margin: 0;
- transition: 150ms;
+ transition-duration: 300ms;
+ transition-timing-function: linear;
}
.aspect {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]