-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Add variable for border-radius and box-shadow #6688
Conversation
Don't you want to replace all the occurrences with the variable in this pr too? :) |
Codecov Report
@@ Coverage Diff @@
## master #6688 +/- ##
============================================
+ Coverage 50.61% 53.03% +2.41%
+ Complexity 24297 22583 -1714
============================================
Files 1577 1417 -160
Lines 92922 87866 -5056
Branches 1359 1341 -18
============================================
- Hits 47036 46601 -435
+ Misses 45886 41265 -4621
|
Where are we at here? :) |
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
b7ec15a
to
bd7d0de
Compare
Done and ready for review! :)
Let’s get this in, please review @nextcloud/designers – it’s just the border-radius standardization to 3px now. :) |
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.
Perfect!
I always approve when I see the word "standardization"! :) |
Drone is irrelevant since this is CSS only → merging :) |
As mentioned in #6649
Already using the values for filter instead of box-shadow as used in #6669 – instead of the oldbox-shadow: 0 1px 10px $color-box-shadow;