mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 20:43:41 +00:00
refactor: refactor forms components and remove legacy Taiga UI package (#3012)
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
--start9-base-5: rgba(60, 62, 64, 1);
|
||||
}
|
||||
|
||||
[tuiAppearance][data-appearance^='primary'] {
|
||||
[tuiAppearance][data-appearance^='primary']:not([tuiCheckbox]._readonly) {
|
||||
@include taiga.appearance-disabled {
|
||||
background: var(--tui-status-neutral);
|
||||
color: #333;
|
||||
@@ -126,11 +126,8 @@ tui-dropdown[data-appearance='start-os'][data-appearance='start-os'] {
|
||||
var(--tui-background-elevation-3) 75%,
|
||||
transparent
|
||||
);
|
||||
background-image: linear-gradient(
|
||||
to bottom,
|
||||
rgba(255, 255, 255, 0.15),
|
||||
transparent
|
||||
),
|
||||
background-image:
|
||||
linear-gradient(to bottom, rgba(255, 255, 255, 0.15), transparent),
|
||||
linear-gradient(to bottom, rgba(255, 255, 255, 0.15), transparent);
|
||||
background-size: 1px 100%;
|
||||
background-repeat: no-repeat;
|
||||
@@ -162,6 +159,10 @@ tui-badge-notification {
|
||||
background: var(--tui-status-negative);
|
||||
}
|
||||
|
||||
tui-textfield [tuiTooltip] {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
[tuiCell] {
|
||||
&[data-height='spacious'] {
|
||||
padding-block: 0.75rem;
|
||||
|
||||
Reference in New Issue
Block a user