Signature settings: hide menu arrow for non-selected signatures

This commit is contained in:
Julia Radzhabova 2018-05-08 15:15:40 +03:00
parent ecd0785415
commit 0f68851493
3 changed files with 15 additions and 3 deletions

View file

@ -291,6 +291,10 @@ button:active:not(.disabled) .btn-change-shape {background-position: -56px -
&:hover,
&.over {
background-color: @secondary;
.caret {
display: inline-block;
}
}
}
@ -314,7 +318,7 @@ button:active:not(.disabled) .btn-change-shape {background-position: -56px -
border: 0;
background-position: -43px -150px;
margin: 8px 15px;
display: inline-block;
display: none;
position: absolute;
right: 0;

View file

@ -223,6 +223,10 @@ button:active:not(.disabled) .btn-change-shape {background-position: -56px -
&:hover,
&.over {
background-color: @secondary;
.caret {
display: inline-block;
}
}
}
@ -246,7 +250,7 @@ button:active:not(.disabled) .btn-change-shape {background-position: -56px -
border: 0;
background-position: -43px -150px;
margin: 8px 15px;
display: inline-block;
display: none;
position: absolute;
right: 0;

View file

@ -412,6 +412,10 @@ button:active:not(.disabled) .btn-change-shape {background-position: -56px -
&:hover,
&.over {
background-color: @secondary;
.caret {
display: inline-block;
}
}
}
@ -435,7 +439,7 @@ button:active:not(.disabled) .btn-change-shape {background-position: -56px -
border: 0;
background-position: -43px -150px;
margin: 8px 15px;
display: inline-block;
display: none;
position: absolute;
right: 0;