Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
style_tool
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Bugzilla
Bugzilla
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
于广洋
style_tool
Commits
36acf827
Commit
36acf827
authored
Apr 13, 2020
by
刘安琪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉select dropdown的边框阴影
parent
4fe5ccc4
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
11 deletions
+0
-11
select-dropdown.scss
node_module/element-theme-chalk/src/select-dropdown.scss
+0
-1
index.css
theme/index.css
+0
-4
pagination.css
theme/pagination.css
+0
-2
select-dropdown.css
theme/select-dropdown.css
+0
-2
select.css
theme/select.css
+0
-2
No files found.
node_module/element-theme-chalk/src/select-dropdown.scss
View file @
36acf827
...
...
@@ -8,7 +8,6 @@
border
:
$--select-dropdown-border
;
border-radius
:
$--border-radius-base
;
background-color
:
$--select-dropdown-background
;
box-shadow
:
$--select-dropdown-shadow
;
box-sizing
:
border-box
;
margin
:
4px
0
;
...
...
theme/index.css
View file @
36acf827
...
...
@@ -2389,8 +2389,6 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border: solid 1px #B3B5BA;
border-radius: 3px;
background-color: #FFFFFF;
-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 4px 0; }
...
...
@@ -13752,8 +13750,6 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border: solid 1px #B3B5BA;
border-radius: 3px;
background-color: #FFFFFF;
-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 4px 0; }
theme/pagination.css
View file @
36acf827
...
...
@@ -1129,8 +1129,6 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border
:
solid
1px
#B3B5BA
;
border-radius
:
3px
;
background-color
:
#FFFFFF
;
-webkit-box-shadow
:
0
2px
12px
0
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0
2px
12px
0
rgba
(
0
,
0
,
0
,
0.1
);
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
margin
:
4px
0
;
}
...
...
theme/select-dropdown.css
View file @
36acf827
...
...
@@ -601,8 +601,6 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border
:
solid
1px
#B3B5BA
;
border-radius
:
3px
;
background-color
:
#FFFFFF
;
-webkit-box-shadow
:
0
2px
12px
0
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0
2px
12px
0
rgba
(
0
,
0
,
0
,
0.1
);
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
margin
:
4px
0
;
}
...
...
theme/select.css
View file @
36acf827
...
...
@@ -865,8 +865,6 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
border
:
solid
1px
#B3B5BA
;
border-radius
:
3px
;
background-color
:
#FFFFFF
;
-webkit-box-shadow
:
0
2px
12px
0
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0
2px
12px
0
rgba
(
0
,
0
,
0
,
0.1
);
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
margin
:
4px
0
;
}
...
...
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