Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
Q
Quasar Components MoSys
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
15
Issues
15
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Motion Bank
MB.js
Quasar Components MoSys
Commits
0f0d65ec
Commit
0f0d65ec
authored
Nov 07, 2019
by
christianrhansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added css variable: border-radius-handler
parent
43bdaa5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
partials/GridEditor.vue
partials/GridEditor.vue
+7
-5
No files found.
partials/GridEditor.vue
View file @
0f0d65ec
...
...
@@ -1248,10 +1248,11 @@
<
style
scoped
lang=
"stylus"
>
@import '~variables'
border-radius = .5rem
border-radius-cell = .5rem
border-radius-handler = border-radius-cell / 1.75
.clear-button
border-radius border-radius
border-radius border-radius
-cell
width 42px
border 1px solid rgba(255, 255, 255, .3)
...
...
@@ -1260,7 +1261,7 @@
background-color #eee
.cell-item
border-radius border-radius
border-radius border-radius
-cell
// backdrop-filter blur(3px)
&
...
...
@@ -1376,6 +1377,7 @@
.main-handler
position absolute
border-radius border-radius-handler
&.hide
width 0!important
overflow hidden
...
...
@@ -1407,12 +1409,12 @@
&.left-side
left gap
right auto
border-radius 0 border-radius
border-radius
0
border-radius 0 border-radius
-handler border-radius-handler
0
&.right-side
// left 'calc(100vw - %s)' % handler-width
left auto
right gap
border-radius border-radius
0 0 border-radius
border-radius border-radius
-handler 0 0 border-radius-handler
</
style
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment