mirror of https://github.com/vector-im/riot-web
Tweak field padding to avoid overlapping with selected text
parent
94f6f65fac
commit
36bf06d87a
|
@ -100,7 +100,8 @@ limitations under the License.
|
||||||
top 0.25s ease-out 0s,
|
top 0.25s ease-out 0s,
|
||||||
background-color 0.25s ease-out 0s;
|
background-color 0.25s ease-out 0s;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
top: -14px;
|
top: -13px;
|
||||||
|
padding: 0 2px;
|
||||||
background-color: $field-focused-label-bg-color;
|
background-color: $field-focused-label-bg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue