Merge branch 'renovate/stylelint-config-standard-29.x' into 'develop'

Update dependency stylelint-config-standard to v29

See merge request soapbox-pub/soapbox!2085
This commit is contained in:
Alex Gleason
2023-01-05 21:25:56 +00:00
14 changed files with 68 additions and 46 deletions

View File

@ -14,23 +14,23 @@
.video-player__volume::before,
.video-player__seek::before {
background: currentColor;
background: currentcolor;
opacity: 0.15;
}
.video-player__seek__buffer {
background: currentColor;
background: currentcolor;
opacity: 0.2;
}
.video-player__buttons button {
color: currentColor;
color: currentcolor;
opacity: 0.75;
&:active,
&:hover,
&:focus {
color: currentColor;
color: currentcolor;
opacity: 1;
}
}
@ -38,7 +38,7 @@
.video-player__time-sep,
.video-player__time-total,
.video-player__time-current {
color: currentColor;
color: currentcolor;
}
.video-player__seek::before,

View File

@ -92,9 +92,6 @@ button {
button,
a.button {
&.standard {
// NOTE - will define the larger standard buttons here and apply class where used.
&-small {
@include font-size(11);
@include line-height(11);

View File

@ -1,4 +1,3 @@
.column {
width: 350px;
position: relative;

View File

@ -10,12 +10,12 @@
}
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::after {
@apply border-b-white dark:border-b-gray-900;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before {
@apply border-b-gray-200 dark:border-b-gray-700;
}
@ -143,6 +143,6 @@
.react-datepicker__close-icon::after {
@apply bg-transparent text-gray-600 dark:text-gray-400 text-base;
font-family: 'Font Awesome 5 Free';
content: "";
content: '';
font-weight: 900;
}

View File

@ -67,4 +67,3 @@
@apply block my-2 h-[1px] bg-gray-100 dark:bg-gray-800;
}
}
// end .dropdown-menu

View File

@ -39,7 +39,7 @@
@apply static;
}
input[type="checkbox"] {
input[type='checkbox'] {
position: absolute;
top: 3px;
left: 0;
@ -68,12 +68,12 @@
@apply pr-1 capitalize;
&::after {
content: ",";
content: ',';
}
&:last-of-type {
&::after {
content: "";
content: '';
}
}
}

View File

@ -15,7 +15,7 @@
&--active {
&.svg-icon--home svg {
fill: currentColor;
fill: currentcolor;
}
svg.icon-tabler-search,
@ -26,14 +26,14 @@
svg.icon-tabler-bell,
svg.icon-tabler-messages {
path:nth-child(2) {
fill: currentColor;
fill: currentcolor;
}
}
svg.icon-tabler-users {
circle,
circle + path {
fill: currentColor;
fill: currentcolor;
}
}
@ -41,8 +41,8 @@
stroke: var(--background-color);
rect {
fill: currentColor;
stroke: currentColor;
fill: currentcolor;
stroke: currentcolor;
}
}
}

View File

@ -290,7 +290,7 @@
}
}
button[type="button"] {
button[type='button'] {
@apply w-full justify-center text-center;
}
}
@ -332,7 +332,7 @@
&::before,
&::after {
@apply border-b border-gray-300 dark:border-gray-600;
content: "";
content: '';
flex: 1;
}
}

View File

@ -15,8 +15,8 @@
animation: fade 150ms linear;
}
[column-type=filled] .status__wrapper,
[column-type=filled] .status-placeholder {
[column-type='filled'] .status__wrapper,
[column-type='filled'] .status-placeholder {
@apply rounded-none shadow-none p-4;
}

View File

@ -165,7 +165,7 @@
}
&::before {
content: "";
content: '';
width: 50px;
background: rgba(#fff, 0.35);
border-radius: 4px;
@ -235,7 +235,7 @@
position: relative;
&::before {
content: "";
content: '';
width: 100%;
background: rgba(#fff, 0.35);
border-radius: 4px;

View File

@ -59,7 +59,7 @@
.emoji-mart-anchors svg,
.emoji-mart-anchors img {
fill: currentColor;
fill: currentcolor;
height: 18px;
width: 18px;
}