Fix colour variable references in composer format bar (#7000)
This commit is contained in:
parent
c30029a8b1
commit
abc5db5715
1 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ limitations under the License.
|
||||||
position: absolute;
|
position: absolute;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background-color: $primary-bg-color;
|
background-color: $background;
|
||||||
border: 1px solid $input-border-color;
|
border: 1px solid $input-border-color;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
// equal to z-index of mx_ReplyPreview and mx_RoomView_statusArea (1000)
|
// equal to z-index of mx_ReplyPreview and mx_RoomView_statusArea (1000)
|
||||||
|
@ -61,11 +61,11 @@ limitations under the License.
|
||||||
width: 100%;
|
width: 100%;
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
background-color: $secondary-fg-color;
|
background-color: $secondary-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MessageComposerFormatBar_button:hover::after {
|
.mx_MessageComposerFormatBar_button:hover::after {
|
||||||
background-color: $primary-fg-color;
|
background-color: $primary-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MessageComposerFormatBar_buttonIconBold::after {
|
.mx_MessageComposerFormatBar_buttonIconBold::after {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue