Skip to content
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

fix: css zero specificity #209

Merged
merged 1 commit into from
Aug 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions blocks/CloudImageEditor/src/css/common.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.lr-cldtr-common,
:where(.lr-cldtr-common),
:host {
/* Theme settings >>> */
--rgb-primary-accent: 6, 2, 196;
Expand Down Expand Up @@ -61,38 +61,39 @@
--shadow-base: 0px 5px 15px rgba(var(--rgb-shadow), 0.1), 0px 1px 4px rgba(var(--rgb-shadow), 0.15);
}

.lr-cldtr-common :is([can-handle-paste]:hover, [can-handle-paste]:focus),
:where(.lr-cldtr-common) :is([can-handle-paste]:hover, [can-handle-paste]:focus),
:host :is([can-handle-paste]:hover, [can-handle-paste]:focus) {
--can-handle-paste: 'true';
}

.lr-cldtr-common :is([tabindex][focus-visible], [tabindex]:hover, [with-effects][focus-visible], [with-effects]:hover),
:where(.lr-cldtr-common)
:is([tabindex][focus-visible], [tabindex]:hover, [with-effects][focus-visible], [with-effects]:hover),
:host :is([tabindex][focus-visible], [tabindex]:hover, [with-effects][focus-visible], [with-effects]:hover) {
--filter-effect: var(--hover-filter) !important;
--opacity-effect: var(--hover-opacity) !important;
--color-effect: var(--hover-color-rgb) !important;
}

.lr-cldtr-common :is([tabindex]:active, [with-effects]:active),
:where(.lr-cldtr-common) :is([tabindex]:active, [with-effects]:active),
:host :is([tabindex]:active, [with-effects]:active) {
--filter-effect: var(--down-filter) !important;
--opacity-effect: var(--down-opacity) !important;
--color-effect: var(--down-color-rgb) !important;
}

.lr-cldtr-common :is([tabindex][active], [with-effects][active]),
:where(.lr-cldtr-common) :is([tabindex][active], [with-effects][active]),
:host :is([tabindex][active], [with-effects][active]) {
--filter-effect: var(--active-filter) !important;
--opacity-effect: var(--active-opacity) !important;
--color-effect: var(--active-color-rgb) !important;
}

.lr-cldtr-common [hidden-scrollbar]::-webkit-scrollbar,
:where(.lr-cldtr-common) [hidden-scrollbar]::-webkit-scrollbar,
:host [hidden-scrollbar]::-webkit-scrollbar {
display: none;
}

.lr-cldtr-common [hidden-scrollbar],
:where(.lr-cldtr-common) [hidden-scrollbar],
:host [hidden-scrollbar] {
-ms-overflow-style: none;
scrollbar-width: none;
Expand Down
9 changes: 4 additions & 5 deletions blocks/CloudImageEditor/src/css/icons.css
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
/* stylelint-disable string-no-newline */
.lr-cldtr-common lr-icon {
:where(.lr-cldtr-common) lr-icon {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}

.lr-cldtr-common lr-icon svg {
:where(.lr-cldtr-common) lr-icon svg {
width: unset;
height: unset;
}

.lr-cldtr-common lr-icon:not([raw]) path {
:where(.lr-cldtr-common) lr-icon:not([raw]) path {
stroke-linejoin: round;
fill: none;
stroke: currentColor;
stroke-width: 1.2;
}

.lr-cldtr-icons,
.lr-cldtr-common,
:where(.lr-cldtr-icons, .lr-cldtr-common),
:host {
--icon-rotate: 'M13.5.399902L12 1.9999l1.5 1.6M12.0234 2H14.4C16.3882 2 18 3.61178 18 5.6V8M4 17h9c.5523 0 1-.4477 1-1V7c0-.55228-.4477-1-1-1H4c-.55228 0-1 .44771-1 1v9c0 .5523.44771 1 1 1z';
--icon-mirror: 'M5.00042.399902l-1.5 1.599998 1.5 1.6M15.0004.399902l1.5 1.599998-1.5 1.6M3.51995 2H16.477M8.50042 16.7V6.04604c0-.30141-.39466-.41459-.5544-.159L1.28729 16.541c-.12488.1998.01877.459.2544.459h6.65873c.16568 0 .3-.1343.3-.3zm2.99998 0V6.04604c0-.30141.3947-.41459.5544-.159L18.7135 16.541c.1249.1998-.0187.459-.2544.459h-6.6587c-.1657 0-.3-.1343-.3-.3z';
Expand Down
3 changes: 1 addition & 2 deletions blocks/CloudImageEditor/src/css/l10n.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.lr-cldtr-l10n_en-US,
.lr-cldtr-common,
:where(.lr-cldtr-l10n_en-US, .lr-cldtr-common),
:host {
--l10n-cancel: 'Cancel';
--l10n-apply: 'Apply';
Expand Down
3 changes: 1 addition & 2 deletions blocks/themes/lr-basic/common.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.lr-wgt-theme,
.lr-wgt-common,
:where(.lr-wgt-theme, .lr-wgt-common),
:host {
color: var(--clr-txt);

Expand Down
3 changes: 1 addition & 2 deletions blocks/themes/lr-basic/icons.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions blocks/themes/lr-basic/l10n.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.lr-wgt-l10n_en-US,
.lr-wgt-common,
:where(.lr-wgt-l10n_en-US, .lr-wgt-common),
:host {
--l10n-upload-file: 'Upload file';
--l10n-upload-files: 'Upload files';
Expand Down
9 changes: 3 additions & 6 deletions blocks/themes/lr-basic/theme.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.lr-wgt-theme,
.lr-wgt-common,
:where(.lr-wgt-theme, .lr-wgt-common),
:host {
/* Base values */

Expand Down Expand Up @@ -166,16 +165,14 @@
}

@media only screen and (max-height: 600px) {
.lr-wgt-theme,
.lr-wgt-common,
:where(.lr-wgt-theme, .lr-wgt-common),
:host {
--modal-max-h: 100%;
}
}

@media only screen and (max-width: 800px) {
.lr-wgt-theme,
.lr-wgt-common,
:where(.lr-wgt-theme, .lr-wgt-common),
:host {
--modal-max-w: 100%;
--modal-max-h: 100%;
Expand Down
2 changes: 1 addition & 1 deletion solutions/file-uploader/minimal/index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import url('../../../blocks/themes/lr-basic/index.css');

.lr-wgt-common,
:where(.lr-wgt-common),
:host {
--cfg-multiple: 0;
--cfg-confirm-upload: 0;
Expand Down