From 3173f01abf622c4f12c4a11c7251eaf051b0e974 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Fri, 28 Aug 2020 11:43:08 +1000 Subject: [PATCH] rename actionPanelBorder to sessionBorder --- stylesheets/_conversation.scss | 6 +++--- stylesheets/_quote.scss | 2 +- stylesheets/_session.scss | 10 +++++----- stylesheets/_session_group_panel.scss | 10 +++++----- stylesheets/_session_left_pane.scss | 4 ++-- stylesheets/_session_signin.scss | 4 ++-- stylesheets/themes.scss | 2 +- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index f4a7c0069..295d9328c 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -33,8 +33,8 @@ .main.panel { @include themify($themes) { - border-top: themed('borderActionPanel'); - border-left: themed('borderActionPanel'); + border-top: themed('sessionBorder'); + border-left: themed('sessionBorder'); } .discussion-container { @@ -365,7 +365,7 @@ box-sizing: content-box; $button-width: 36px; @include themify($themes) { - border-top: themed('borderActionPanel'); + border-top: themed('sessionBorder'); } form.send { diff --git a/stylesheets/_quote.scss b/stylesheets/_quote.scss index 7dd7aa323..92570e022 100644 --- a/stylesheets/_quote.scss +++ b/stylesheets/_quote.scss @@ -346,7 +346,7 @@ .bottom-bar .member-item { @include themify($themes) { - border-bottom: themed('borderActionPanel'); + border-bottom: themed('sessionBorder'); } &:hover { diff --git a/stylesheets/_session.scss b/stylesheets/_session.scss index 7509d2444..37bf94829 100644 --- a/stylesheets/_session.scss +++ b/stylesheets/_session.scss @@ -586,7 +586,7 @@ label { @include themify($themes) { background-color: themed('modalBackground'); color: themed('textColor'); - border: themed('borderActionPanel'); + border: themed('sessionBorder'); box-shadow: themed('sessionShadow'); } overflow: hidden; @@ -868,12 +868,12 @@ label { &:first-child { @include themify($themes) { - border-top: themed('borderActionPanel'); + border-top: themed('sessionBorder'); } } &:last-child { @include themify($themes) { - border-top: themed('borderActionPanel'); + border-top: themed('sessionBorder'); } } @@ -1058,7 +1058,7 @@ label { @include themify($themes) { background: themed('cellBackground'); color: themed('textColor'); - border-bottom: themed('borderActionPanel'); + border-bottom: themed('sessionBorder'); } &.inline { display: flex; @@ -1331,7 +1331,7 @@ input { height: 64px; background-color: $session-shade-4; @include themify($themes) { - border: themed('borderActionPanel'); + border: themed('sessionBorder'); } display: flex; align-items: center; diff --git a/stylesheets/_session_group_panel.scss b/stylesheets/_session_group_panel.scss index e829cbc51..fcf8d7abf 100644 --- a/stylesheets/_session_group_panel.scss +++ b/stylesheets/_session_group_panel.scss @@ -12,7 +12,7 @@ flex-shrink: 0; @include themify($themes) { background: themed('leftpaneOverlayBackground'); - border-left: themed('borderActionPanel'); + border-left: themed('sessionBorder'); } align-items: center; @@ -44,7 +44,7 @@ @include themify($themes) { color: themed('textColor'); background: themed('cellBackground'); - border: themed('borderActionPanel'); + border: themed('sessionBorder'); } text-align: center; display: none; @@ -58,8 +58,8 @@ @include themify($themes) { color: themed('textColor'); background: themed('cellBackground'); - border-top: themed('borderActionPanel'); - border-bottom: themed('borderActionPanel'); + border-top: themed('sessionBorder'); + border-bottom: themed('sessionBorder'); } width: -webkit-fill-available; padding: 0 $session-margin-md; @@ -87,7 +87,7 @@ align-items: center; @include themify($themes) { border: none; - border-top: themed('borderActionPanel'); + border-top: themed('sessionBorder'); } } diff --git a/stylesheets/_session_left_pane.scss b/stylesheets/_session_left_pane.scss index 55920d4bb..b34d4070d 100644 --- a/stylesheets/_session_left_pane.scss +++ b/stylesheets/_session_left_pane.scss @@ -117,7 +117,7 @@ $session-compose-margin: 20px; display: inline-flex; flex-direction: column; @include themify($themes) { - border-right: themed('borderActionPanel'); + border-right: themed('sessionBorder'); } .module-avatar, @@ -404,7 +404,7 @@ $session-compose-margin: 20px; height: 51px; @include themify($themes) { - border: themed('borderActionPanel'); + border: themed('sessionBorder'); } } } diff --git a/stylesheets/_session_signin.scss b/stylesheets/_session_signin.scss index d2f5cb353..e4d908a3f 100644 --- a/stylesheets/_session_signin.scss +++ b/stylesheets/_session_signin.scss @@ -127,7 +127,7 @@ background-color: transparent; text-align: center; @include themify($themes) { - border-bottom: themed('borderActionPanel'); + border-bottom: themed('sessionBorder'); color: themed('textColor'); } transition: border-color $session-transition-duration linear; @@ -225,7 +225,7 @@ hr { @include themify($themes) { - border: themed('borderActionPanel'); + border: themed('sessionBorder'); } width: 100%; position: absolute; diff --git a/stylesheets/themes.scss b/stylesheets/themes.scss index d388f5198..2828b4738 100644 --- a/stylesheets/themes.scss +++ b/stylesheets/themes.scss @@ -33,7 +33,7 @@ $themes: ( conversationItemHasUnread: #fcfcfc, conversationItemSelected: #f0f0f0, clickableHovered: #dfdfdf, - borderActionPanel: 1px solid #f1f1f1, + sessionBorder: 1px solid #f1f1f1, leftpaneOverlayBackground: #fff, // scrollbars scrollBarTrack: #fcfcfc,