mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
Add paddings and remove outline-offset for tab buttons so that the outline is visible
This commit is contained in:
parent
20556b557a
commit
26037ac145
1 changed files with 10 additions and 2 deletions
|
|
@ -232,6 +232,7 @@
|
|||
overflow-x: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
margin-top: 10px;
|
||||
padding: 2px 0;
|
||||
|
||||
.uppy-size--md & {
|
||||
flex-direction: row;
|
||||
|
|
@ -240,6 +241,7 @@
|
|||
max-width: 600px;
|
||||
overflow-x: initial;
|
||||
margin-top: 30px;
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -248,11 +250,13 @@
|
|||
display: inline-block;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid rgba($color-gray, 0.2);
|
||||
padding: 0px 2px;
|
||||
|
||||
.uppy-size--md & {
|
||||
width: initial;
|
||||
margin-bottom: 20px;
|
||||
border-bottom: initial;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -268,11 +272,11 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
padding: 14px 20px;
|
||||
padding: 12px 20px;
|
||||
line-height: 1;
|
||||
|
||||
.uppy-size--md & {
|
||||
width: 90px;
|
||||
width: 80px;
|
||||
margin: 0 5px;
|
||||
flex-direction: column;
|
||||
padding: 0;
|
||||
|
|
@ -283,6 +287,10 @@
|
|||
color: $color-cornflower-blue;
|
||||
}
|
||||
|
||||
.uppy-DashboardTab-btn:focus {
|
||||
outline-offset: 0;
|
||||
}
|
||||
|
||||
.uppy-DashboardTab-btn svg {
|
||||
margin-right: 10px;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue