-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing Icon-Picker and cleanup sass (#14393)
- Loading branch information
1 parent
76557b8
commit 74b3a96
Showing
14 changed files
with
3,866 additions
and
3,775 deletions.
There are no files selected for viewing
322 changes: 161 additions & 161 deletions
322
src/OrchardCore.Modules/OrchardCore.Media/wwwroot/Scripts/media.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
src/OrchardCore.Modules/OrchardCore.Media/wwwroot/Scripts/media.min.js
Large diffs are not rendered by default.
Oops, something went wrong.
7,140 changes: 3,570 additions & 3,570 deletions
7,140
src/OrchardCore.Modules/OrchardCore.Resources/wwwroot/Scripts/trumbowyg-plugins.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
src/OrchardCore.Modules/OrchardCore.Resources/wwwroot/Scripts/trumbowyg-plugins.min.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
src/OrchardCore.Themes/TheAdmin/Assets/scss/components/_icon-picker.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.iconpicker-popover.popover { | ||
background: transparent !important; | ||
} | ||
|
||
.iconpicker-popover.popover .popover-title { | ||
border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; | ||
background-color: var(--bs-body-bg) !important; | ||
} | ||
|
||
.iconpicker .iconpicker-items { | ||
background-color: var(--bs-body-bg) !important; | ||
} | ||
|
||
.iconpicker .iconpicker-item { | ||
color: var(--bs-body-color) !important; | ||
box-shadow: 0 0 0 1px var(--bs-border-color); | ||
} | ||
|
||
.iconpicker .iconpicker-item:hover { | ||
background-color: var(--bs-tertiary-color) !important; | ||
} |
5 changes: 5 additions & 0 deletions
5
src/OrchardCore.Themes/TheAdmin/Assets/scss/components/_sortable.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@import '../_variables'; | ||
|
||
.ui-sortable { | ||
min-height: $font-size-base; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,7 @@ $width-sizes: (25, 50, 75); | |
} | ||
} | ||
} | ||
|
||
.unset { | ||
all: unset; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
src/OrchardCore.Themes/TheAdmin/Assets/scss/main/_overrides.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
a { | ||
text-decoration: none; | ||
} | ||
|
||
a:hover { | ||
text-decoration: underline; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.