diff options
| author | Henry Jameson <me@hjkos.com> | 2018-04-01 22:07:25 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-04-07 16:40:08 +0300 |
| commit | 33b1d85921e326e0d81c4bf1a6fa02fec2cbbd5c (patch) | |
| tree | 5d9be56fec6a1ee239955ab65dac3050a3cda4d9 /src/components/timeline/timeline.vue | |
| parent | acdb5e5c7a2dac1908a5daafd94c31bc116a1799 (diff) | |
border-radii moved to variables, made rgbo colors use theme data, customizable
from settings screen.
Diffstat (limited to 'src/components/timeline/timeline.vue')
| -rw-r--r-- | src/components/timeline/timeline.vue | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index c3cc939a..aa3a8bff 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -82,7 +82,6 @@ right: 0.6em; font-size: 14px; min-width: 6em; - border-radius: 5px; background-color: transparent; color: $fallback--faint; color: var(--faint, $fallback--faint); @@ -106,8 +105,6 @@ font-size: 1.1em; border-width: 1px 0 0 0; border-style: solid; - border-radius: 0 0 10px 10px; - border-color: $fallback--border; border-color: var(--border, $fallback--border); padding: 10px; z-index: 1; |
