Bugzilla – Attachment #128512: Bug 29552: (follow-up) Reverse SCSS declaration order for
bug #29552
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 29552
Collapse All
|
Expand All
(-)
a/koha-tmpl/intranet-tmpl/prog/css/src/_flatpickr.scss (-5 / +4 lines)
Lines 990-995 span.flatpickr-weekday {
Link Here
990
font-size: 90%;
990
font-size: 90%;
991
margin: 2px;
991
margin: 2px;
992
992
993
&:hover {
994
color: #538200;
995
}
996
993
&:disabled {
997
&:disabled {
994
color: #999;
998
color: #999;
995
999
Lines 997-1006 span.flatpickr-weekday {
Link Here
997
color: #999;
1001
color: #999;
998
}
1002
}
999
}
1003
}
1000
1001
&:hover {
1002
color: #538200;
1003
}
1004
}
1004
}
1005
}
1005
}
1006
}
1006
}
1007
-
Return to
bug 29552