Make 'Cancel' button in reply box grey
In the Gerrit UI we highlight buttons that the user should click next. But in the reply box we currently highlight both buttons, the 'Post' button and the 'Cancel' button. Clicking on cancel means you lose the reply that you have typed so far and we shouldn't suggest doing this by highlighting the 'Cancel' button. Change-Id: I2a82768095a72bb5d5c49e88d12eda111a121995 Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
parent
9a90351e8d
commit
49ae81fcf0
@ -38,7 +38,10 @@ limitations under the License.
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 5px;
|
bottom: 5px;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
|
background-color: #eee;
|
||||||
|
background-image: -webkit-linear-gradient(top, #eee, #eee);
|
||||||
}
|
}
|
||||||
|
.cancel div { color: #444; }
|
||||||
.comments {
|
.comments {
|
||||||
max-height: 275px;
|
max-height: 275px;
|
||||||
width: 526px;
|
width: 526px;
|
||||||
|
Loading…
Reference in New Issue
Block a user