We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463c363 commit 5bb87c5Copy full SHA for 5bb87c5
app/src/client/components/common/Button.css
@@ -5,6 +5,7 @@
5
.button {
6
position: relative;
7
overflow: visible; /* Fixes tooltips visibility in IE */
8
+ font-family: inherit;
9
font-size: 1.4rem;
10
line-height: 2rem;
11
cursor: pointer;
@@ -32,6 +33,7 @@
32
33
}
34
35
&::-moz-focus-inner {
36
+ padding: 0;
37
border: 0;
38
39
app/src/client/components/common/Input.css
@@ -1,3 +1,4 @@
1
.input {
2
margin: 0; /* Safari add extra margin */
3
4
app/src/client/components/common/Select.css
@@ -4,6 +4,10 @@
@mixin text-like-input .select;
+.select {
+}
+
@each $theme in $themes {
12
.$theme .select:--focus-like:-moz-focusring {
13
color: transparent;
0 commit comments