gnome-shell/js
Florian Müllner 8347152730 calendar: Do not overload :active to mark selected day
We currently use the :active pseudo class to mark the selected day
in the calendar. Whenever the selected date changes, the class is
added to the corresponding button and removed from all others.
However when the selected date doesn't change (i.e. when clicking
the already selected date), the buttons are not updated and the
use of the :active class conflicts with StButton's builtin handling
of the class - the class is removed on the button up event and the
button is deselected.
Fix this by simply using a different pseudo class.

https://bugzilla.gnome.org/show_bug.cgi?id=746867
2016-07-08 16:11:43 +02:00
..
extensionPrefs extensionPrefs: Stop using custom CSS 2016-03-10 18:16:33 +01:00
gdm authPrompt: Do not allow bypassing disabled Sign In button 2016-01-07 17:19:04 -06:00
misc loginManager: Extend canSuspend() callback 2016-05-27 17:04:46 +02:00
perf Revert accidental commit "Test stuff" 2014-09-03 13:47:18 -04:00
portalHelper PortalHelper: Make translator comment appear 2015-01-28 13:47:56 +01:00
ui calendar: Do not overload :active to mark selected day 2016-07-08 16:11:43 +02:00
js-resources.gresource.xml calendar: Add Media section 2016-02-17 15:15:16 +01:00
Makefile.am js/Makefile.am: Fix dependency generation with srcdir != builddir 2014-06-29 18:27:53 -04:00