diff --git a/src/scss/style.scss b/src/scss/style.scss index 9b6671c..5476895 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -311,6 +311,8 @@ button { flex: 0 0 auto; margin-left: 2px; z-index: 20; + font-size: 1.5rem; + line-height: 1; white-space: nowrap; @@ -327,9 +329,18 @@ button { } } + &:hover, &:focus { + z-index: 1000; + } + &:hover .marker__label { display: block; } + + &:focus .marker__label { + display: block; + outline: auto; + } } /*******************