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

Unified Diff: appengine/swarming/elements/res/imp/common/swarming-app.html

Issue 2372323002: Add pageable data widget (Closed) Base URL: git@github.com:luci/luci-py@master
Patch Set: rebase Created 4 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
« no previous file with comments | « appengine/swarming/elements/res/imp/common/pageable-data-demo.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/elements/res/imp/common/swarming-app.html
diff --git a/appengine/swarming/elements/res/imp/common/swarming-app.html b/appengine/swarming/elements/res/imp/common/swarming-app.html
index 946aa32d01aa2b9ec97327945fb08eacea505138..fef74c38741dcb69364a472d8f2999fd7593cb56 100644
--- a/appengine/swarming/elements/res/imp/common/swarming-app.html
+++ b/appengine/swarming/elements/res/imp/common/swarming-app.html
@@ -260,6 +260,11 @@
color: #999;
}
+ button:disabled:hover {
+ background: initial;
+ cursor: initial;
+ }
+
button.action:active {
background-color: #A6CEE3;
transition: background-color 0.1s color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
« no previous file with comments | « appengine/swarming/elements/res/imp/common/pageable-data-demo.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698