Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1801)

Unified Diff: Source/web/resources/calendarPicker.css

Issue 556323003: Calendar Picker: Make month popup cells non-focusable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/resources/calendarPicker.css
diff --git a/Source/web/resources/calendarPicker.css b/Source/web/resources/calendarPicker.css
index a67b3189bc5af5513f3c61ee4db86833f54a0e9c..e5cbb72003bb88cd4c66b541c6657eecd7c364de 100644
--- a/Source/web/resources/calendarPicker.css
+++ b/Source/web/resources/calendarPicker.css
@@ -244,18 +244,24 @@ body {
.month-button {
flex: 1;
height: 32px;
+ line-height: 32px;
padding: 0 !important;
margin: 0 !important;
background-image: none !important;
background-color: #ffffff;
border-width: 0 !important;
box-shadow: none !important;
+ text-align: center;
}
.month-button.highlighted {
background-color: #e5ecf8;
}
+.month-button[aria-disabled="true"] {
+ color: GrayText;
+}
+
.scrubby-scroll-bar {
width: 14px;
height: 60px;

Powered by Google App Engine
This is Rietveld 408576698