Skip to content

Commit 82d97b8

Browse files
committed
.no-select fixed for focus
1 parent ae7f48b commit 82d97b8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

assets/scss/base/_general.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ section {
6868
left: 0;
6969
top: 0;
7070
width: 4rem;
71-
padding:1rem;
71+
padding: 1rem;
7272
font-size: 1.7rem;
7373

7474
@include flex();
@@ -96,14 +96,14 @@ section {
9696
}
9797

9898
%formSelect {
99-
background-color:$gray-clr-7;
99+
background-color: $gray-clr-7;
100100
border: 1px solid $gray-clr-4;
101-
cursor:pointer;
101+
cursor: pointer;
102102
width: 100%;
103103
padding: 0.6rem 1rem;
104-
margin-top:.5rem;
104+
margin-top: 0.5rem;
105105
border-radius: 4px;
106-
font-size:1.3rem;
106+
font-size: 1.3rem;
107107
font-family: inherit;
108108
line-height: inherit;
109109

@@ -122,6 +122,6 @@ section {
122122
user-select: none;
123123
}
124124

125-
.no-selec:focus {
125+
.no-select:focus {
126126
outline: none !important;
127127
}

0 commit comments

Comments
 (0)