-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Assets injection rework (Enable and Disable each plugin) - Themes injection rework (Hard inject only the used ones) - New tooltip option: interactive
- Loading branch information
Showing
10 changed files
with
233 additions
and
79 deletions.
There are no files selected for viewing
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
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,52 @@ | ||
.tippy-tooltip.danger-theme { | ||
background-color: rgb(255, 102, 102); | ||
padding: .25rem .4375rem; | ||
font-size: .8125rem; | ||
font-weight: 600 | ||
} | ||
|
||
.tippy-tooltip.danger-theme[x-placement^=top] .tippy-arrow { | ||
border-top: 8px solid rgb(255, 102, 102); | ||
border-right: 8px solid transparent; | ||
border-left: 8px solid transparent | ||
} | ||
|
||
.tippy-tooltip.danger-theme[x-placement^=bottom] .tippy-arrow { | ||
border-bottom: 8px solid rgb(255, 102, 102); | ||
border-right: 8px solid transparent; | ||
border-left: 8px solid transparent | ||
} | ||
|
||
.tippy-tooltip.danger-theme[x-placement^=left] .tippy-arrow { | ||
border-left: 8px solid rgb(255, 102, 102); | ||
border-top: 8px solid transparent; | ||
border-bottom: 8px solid transparent | ||
} | ||
|
||
.tippy-tooltip.danger-theme[x-placement^=right] .tippy-arrow { | ||
border-right: 8px solid rgb(255, 102, 102); | ||
border-top: 8px solid transparent; | ||
border-bottom: 8px solid transparent | ||
} | ||
|
||
.tippy-tooltip.danger-theme .tippy-backdrop { | ||
background-color: rgb(255, 102, 102) | ||
} | ||
|
||
.tippy-tooltip.danger-theme .tippy-roundarrow { | ||
fill: rgb(255, 102, 102) | ||
} | ||
|
||
.tippy-tooltip.danger-theme[data-animatefill] { | ||
background-color: initial | ||
} | ||
|
||
.tippy-tooltip.danger-theme[data-size=small] { | ||
font-size: .75rem; | ||
padding: .1875rem .375rem | ||
} | ||
|
||
.tippy-tooltip.danger-theme[data-size=large] { | ||
font-size: 1rem; | ||
padding: .375rem .75rem | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.