Bugzilla – Attachment 128512 Details for
Bug 29552
flatpickr quick shortcuts should be 'Disabled' for invalid dates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29552: (follow-up) Reverse SCSS declaration order
Bug-29552-follow-up-Reverse-SCSS-declaration-order.patch (text/plain), 1.31 KB, created by
Martin Renvoize (ashimema)
on 2021-12-14 14:53:15 UTC
(
hide
)
Description:
Bug 29552: (follow-up) Reverse SCSS declaration order
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-12-14 14:53:15 UTC
Size:
1.31 KB
patch
obsolete
>From 89d97c20a3a4a7defec926b87096dd498a9092dc Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 14 Dec 2021 14:50:29 +0000 >Subject: [PATCH] Bug 29552: (follow-up) Reverse SCSS declaration order > >I'm not sure why, but the order matters in this SCSS declaration. If the >&:hover is placed below the &:disabled, as it was, then it appears to >negate the effect of the &:disabled rule entirely. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/_flatpickr.scss | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_flatpickr.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_flatpickr.scss >index 34d1ce6ffe..be9647d825 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_flatpickr.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_flatpickr.scss >@@ -990,6 +990,10 @@ span.flatpickr-weekday { > font-size: 90%; > margin: 2px; > >+ &:hover { >+ color: #538200; >+ } >+ > &:disabled { > color: #999; > >@@ -997,10 +1001,6 @@ span.flatpickr-weekday { > color: #999; > } > } >- >- &:hover { >- color: #538200; >- } > } > } > } >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29552
:
127954
|
128221
|
128222
|
128510
|
128511
|
128512
|
128729
|
128806
|
128807
|
128808
|
128809
|
128810
|
128811