z-index button fixes (#738)
* fix svg attributes * center z-index icons * remove unnecessary attributes * differentiate button :active bg * prevent selection of ToolIcon hints * emphasize active elem color
This commit is contained in:
@ -100,7 +100,7 @@ button,
|
||||
}
|
||||
|
||||
&:active {
|
||||
background-color: #ced4da;
|
||||
background-color: #adb5bd;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
@ -114,6 +114,9 @@ button,
|
||||
&:hover {
|
||||
background-color: #ced4da;
|
||||
}
|
||||
&:active {
|
||||
background-color: #adb5bd;
|
||||
}
|
||||
}
|
||||
|
||||
.App-menu {
|
||||
@ -250,8 +253,16 @@ button,
|
||||
}
|
||||
|
||||
.zIndexButton {
|
||||
width: 26px;
|
||||
margin: 0 5px;
|
||||
padding: 5px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
svg {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.scroll-back-to-content {
|
||||
|
Reference in New Issue
Block a user