-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filepicker design improvements #11522
Changes from all commits
86d5bfd
c2a956f
5ed0062
3b7c6e7
36062fe
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,7 @@ | |
--color-border: $color-border; | ||
--color-border-dark: $color-border-dark; | ||
--border-radius: $border-radius; | ||
--border-radius-large: $border-radius-large; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think we should go with these extremely rounded borders. That would in fact mean that we would have to make the same changes to other (much smaller) popovers where it would look totally out of place. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @pixelipo see comment – no, the border-radius large is only for the big modal dialogs (welcome screen, this move/copy etc.) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jancborchardt but what if a popover has a button? |
||
|
||
--font-face: $font-face; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,13 +66,14 @@ $image-login-background: url('../img/background.png?v=2') !default; | |
$color-loading-light: #ccc !default; | ||
$color-loading-dark: #777 !default; | ||
|
||
$color-box-shadow: rgba(nc-darken($color-main-background, 70%), 0.75) !default; | ||
$color-box-shadow: rgba(nc-darken($color-main-background, 70%), 0.5) !default; | ||
|
||
// light border like file table or app-content list | ||
$color-border: nc-darken($color-main-background, 7%) !default; | ||
// darker border like inputs or very visible elements | ||
$color-border-dark: nc-darken($color-main-background, 14%) !default; | ||
$border-radius: 3px !default; | ||
$border-radius-large: 20px; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👎 |
||
|
||
$font-face: 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif !default; | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't it be "Select" instead of "Choose"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Choose" seems a tad less technical, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jancborchardt
Select
looks to be much more standard. The only place I found "Choose" was in OneDrive and even they seem to be interchanging the 2 terms:https://support.office.com/en-us/article/Choose-which-OneDrive-folders-to-sync-to-your-computer-98b8b011-8b94-419b-aa95-a14ff2415e85