fix conflix tailwind.css
This commit is contained in:
parent
0feda7a39b
commit
700bf84922
@ -809,13 +809,11 @@ select {
|
||||
font-size: 0.75rem;
|
||||
line-height: 1rem;
|
||||
font-weight: 600;
|
||||
color: rgb(46 53 54 / var(--tw-text-opacity));
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(75 85 99 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.group:hover .aside-single-item-inactive {
|
||||
background-color: rgb(205 222 227 / var(--tw-bg-opacity));
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(3 91 113 / var(--tw-bg-opacity));
|
||||
--tw-text-opacity: 1;
|
||||
|
@ -24,7 +24,7 @@
|
||||
@apply aside-single-item bg-primary-500 text-white font-bold;
|
||||
}
|
||||
.aside-single-item-inactive {
|
||||
@apply aside-single-item font-semibold text-aside group-hover:bg-primary-100 text-gray-600 group-hover:text-white group-hover:bg-primary-500;
|
||||
@apply aside-single-item font-semibold text-gray-600 group-hover:text-white group-hover:bg-primary-500;
|
||||
}
|
||||
.aside-single-item-icon{
|
||||
@apply h-6 w-6;
|
||||
|
@ -4,6 +4,7 @@
|
||||
:show-row-lines="showRowLines" :show-borders="showBorders" :row-alternation-enabled="rowAlternationEnabled"
|
||||
:hover-state-enabled="true" @selection-changed="onSelectionChanged">
|
||||
<DxSelection mode="single" />
|
||||
<DxColumn data-field="OrderNumber" data-type="number" />
|
||||
<DxColumn :width="80" data-field="Prefix" caption="Title" />
|
||||
<DxColumn data-field="FirstName" />
|
||||
<DxColumn data-field="LastName" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user