You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-06 10:22:45 +03:00
Use a different border variable for compatibility with custom themes
This commit is contained in:
@@ -36,7 +36,7 @@ limitations under the License.
|
|||||||
// we cheat opacity on the theme colour with an after selector here
|
// we cheat opacity on the theme colour with an after selector here
|
||||||
&::after {
|
&::after {
|
||||||
content: '';
|
content: '';
|
||||||
border-bottom: 1px solid $roomsublist-divider-color;
|
border-bottom: 1px solid $primary-fg-color; // XXX: Variable abuse
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
display: block;
|
display: block;
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
@@ -154,7 +154,7 @@ limitations under the License.
|
|||||||
width: 85%;
|
width: 85%;
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 1px solid $roomsublist-divider-color;
|
border-bottom: 1px solid $primary-fg-color; // XXX: Variable abuse
|
||||||
}
|
}
|
||||||
|
|
||||||
&.mx_IconizedContextMenu {
|
&.mx_IconizedContextMenu {
|
||||||
|
Reference in New Issue
Block a user