Reintroduce outline around confirmation dialog buttons
It was very hard to tell which button was selected without the standard outline. FREEBIE
This commit is contained in:
parent
db2620af0a
commit
caa92c9312
3 changed files with 1 additions and 11 deletions
|
@ -637,14 +637,9 @@ li.entry .error-icon-container {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
background-color: $grey_l;
|
background-color: $grey_l;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
outline: none;
|
|
||||||
padding: 5px 8px;
|
padding: 5px 8px;
|
||||||
border: 1px solid $grey_l2;
|
border: 1px solid $grey_l2;
|
||||||
|
|
||||||
&:focus {
|
|
||||||
border-color: $grey_l4;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: $grey_l2;
|
background-color: $grey_l2;
|
||||||
border-color: $grey_l3;
|
border-color: $grey_l3;
|
||||||
|
|
|
@ -45,7 +45,6 @@ body {
|
||||||
line-height: $button-height;
|
line-height: $button-height;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
outline: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
|
@ -50,8 +50,7 @@ body {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0; }
|
||||||
outline: 0; }
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -1500,11 +1499,8 @@ li.entry .error-icon-container {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
background-color: #f3f3f3;
|
background-color: #f3f3f3;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
outline: none;
|
|
||||||
padding: 5px 8px;
|
padding: 5px 8px;
|
||||||
border: 1px solid #d9d9d9; }
|
border: 1px solid #d9d9d9; }
|
||||||
.confirmation-dialog .content .buttons button:focus {
|
|
||||||
border-color: #8d8d8d; }
|
|
||||||
.confirmation-dialog .content .buttons button:hover {
|
.confirmation-dialog .content .buttons button:hover {
|
||||||
background-color: #d9d9d9;
|
background-color: #d9d9d9;
|
||||||
border-color: silver; }
|
border-color: silver; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue