Replace Sass variable with CSS custom property: --selected-message-border-width (#10876)

This commit is contained in:
Suguru Hirahara
2023-05-18 04:18:59 +00:00
committed by GitHub
parent 8779219727
commit 9f574cc764
2 changed files with 7 additions and 5 deletions

View File

@@ -25,8 +25,6 @@ limitations under the License.
$hover-transition: 0.08s cubic-bezier(0.46, 0.03, 0.52, 0.96); /* quadratic */
$selected-message-border-width: 4px;
:root {
font-size: 10px;