Skip to content

Improve shadow of tooltips - #7729

Merged
jancborchardt merged 1 commit into
masterfrom
fix-tooltip-shadow
Jan 9, 2018
Merged

Improve shadow of tooltips#7729
jancborchardt merged 1 commit into
masterfrom
fix-tooltip-shadow

Conversation

@juliusknorr

Copy link
Copy Markdown
Member

Tooltips now have the same drop shadow that includes the arrow as the other popover elements.

Before / IE fallback:
bildschirmfoto vom 2018-01-08 10-04-50

After:
bildschirmfoto vom 2018-01-08 10-04-32

@nextcloud/designers

@juliusknorrjuliusknorr added 3. to review Waiting for reviews design Design, UI, UX, etc. papercut Annoying recurring UX issue with possibly simple fix. labels Jan 8, 2018
@juliusknorrjuliusknorr added this to the Nextcloud 13 milestone Jan 8, 2018
@codecov

codecovBot commented Jan 8, 2018

Copy link
Copy Markdown

Codecov Report

Merging #7729 into master will increase coverage by 0.05%.
The diff coverage is n/a.

@@ Coverage Diff @@## master #7729 +/- ##
============================================
+ Coverage 51.12% 51.17% +0.05% 
Complexity 24948 24948 ============================================
Files 1605 1605 Lines 94923 94923 Branches 1376 1376 ============================================
+ Hits 48528 48579 +51 + Misses 46395 46344 -51
Impacted FilesCoverage ΔComplexity Δ
core/js/js.js65.33% <0%> (-0.56%)0% <0%> (ø)
lib/private/Server.php81.43% <0%> (-0.12%)134% <0%> (ø)
apps/files_trashbin/lib/Trashbin.php72.53% <0%> (+0.24%)136% <0%> (ø)⬇️
lib/private/Security/CertificateManager.php92.07% <0%> (+0.99%)39% <0%> (ø)⬇️
lib/private/Memcache/Memcached.php57.89% <0%> (+57.89%)31% <0%> (ø)⬇️

Comment threadcore/css/tooltip.scss Outdated

.ie .tooltip-inner {
box-shadow: 0 1px 10px $color-box-shadow;
} No newline at end of file

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add this to the fixes.css?

Signed-off-by: Julius Härtl <jus@bitgrid.net>
@jancborchardt
jancborchardt merged commit c747d6c into masterJan 9, 2018
@jancborchardt
jancborchardt deleted the fix-tooltip-shadow branch January 9, 2018 10:05
@MorrisJobkeMorrisJobke mentioned this pull request Jan 9, 2018
18 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsdesignDesign, UI, UX, etc.papercutAnnoying recurring UX issue with possibly simple fix.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@juliusknorr@MorrisJobke@jancborchardt@skjnldsv