Avoid unused css variables
This commit is contained in:
parent
d85fd12437
commit
d1f06fe70e
@ -27,7 +27,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#commentManagerDialog {
|
#commentManagerDialog {
|
||||||
--comment-actions-button-icon: url(images/comment-actionsButton.svg);
|
|
||||||
--comment-close-button-icon: url(images/comment-closeButton.svg);
|
--comment-close-button-icon: url(images/comment-closeButton.svg);
|
||||||
|
|
||||||
.mainContainer {
|
.mainContainer {
|
||||||
@ -561,13 +560,17 @@
|
|||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border: none;
|
border: var(--button-comment-border);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: var(--button-comment-bg);
|
background-color: var(--button-comment-bg);
|
||||||
color: var(--button-comment-color);
|
color: var(--button-comment-color);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--button-comment-hover-bg);
|
background-color: var(--button-comment-hover-bg);
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
background-color: var(--button-comment-hover-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user