mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Use a different border variable for compatibility with custom themes
This commit is contained in:
parent
b4f62e9c88
commit
78d5b87fbc
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ limitations under the License.
|
|||
// we cheat opacity on the theme colour with an after selector here
|
||||
&::after {
|
||||
content: '';
|
||||
border-bottom: 1px solid $roomsublist-divider-color;
|
||||
border-bottom: 1px solid $primary-fg-color; // XXX: Variable abuse
|
||||
opacity: 0.2;
|
||||
display: block;
|
||||
padding-top: 8px;
|
||||
|
@ -154,7 +154,7 @@ limitations under the License.
|
|||
width: 85%;
|
||||
opacity: 0.2;
|
||||
border: none;
|
||||
border-bottom: 1px solid $roomsublist-divider-color;
|
||||
border-bottom: 1px solid $primary-fg-color; // XXX: Variable abuse
|
||||
}
|
||||
|
||||
&.mx_IconizedContextMenu {
|
||||
|
|
Loading…
Reference in a new issue