Enhance outline & flat button accessibility

This commit is contained in:
Linus Groh
2019-09-28 19:25:31 +01:00
parent cf993d11dd
commit a12290d343
+10 -3
View File
@@ -64,8 +64,6 @@ ul {
.feather {
font-size: 20px;
margin-right: 10px;
position: relative;
top: -2px;
vertical-align: middle;
}
@@ -121,8 +119,17 @@ ul {
background: transparent;
}
.button-outline,
.button-flat {
transition: background 0.2s;
&:hover,
&:focus {
background: rgba(0, 0, 0, 0.2);
}
}
.button-icon {
padding: 8px 0;
padding: 8px;
}
.dropdown {