Add tooltip to disabled upload button to specify what is blocking the upload

This commit is contained in:
Quincy Morgan
2019-01-30 13:20:56 -05:00
parent 4048cdaf3b
commit 19a2a60bf4
5 changed files with 52 additions and 9 deletions
+2
View File
@@ -352,6 +352,8 @@ button.secondary-action:hover {
background: #cccccc;
}
button.action.disabled,
button.action.disabled:hover,
button[disabled].action,
button[disabled].action:hover {
background: #cccccc;