feat: Additions for tables and io
- Add active state for rows - New elements for io - Remove unused SASS placeholders
This commit is contained in:
parent
295626eb6e
commit
530748663f
3 changed files with 19 additions and 24 deletions
|
|
@ -19,11 +19,12 @@ footer {
|
|||
}
|
||||
}
|
||||
|
||||
nav>span,
|
||||
nav > span,
|
||||
nav label,
|
||||
.a_button {
|
||||
@extend %basic;
|
||||
@extend %size_io_button;
|
||||
border: config.$width_border_io solid transparent;
|
||||
padding: config.$padding_basic;
|
||||
}
|
||||
|
||||
.a_button {
|
||||
|
|
@ -35,7 +36,17 @@ footer {
|
|||
flex-flow: row nowrap;
|
||||
}
|
||||
|
||||
input:not([type="range"]) {
|
||||
.group-input-wrap {
|
||||
border: config.$width_border_io solid transparent;
|
||||
padding: config.$padding_basic;
|
||||
background-color: config.$color_back_io;
|
||||
|
||||
& > input {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
input:not([type="checkbox"], [type="range"]) {
|
||||
@extend .input_io;
|
||||
}
|
||||
|
||||
|
|
@ -46,7 +57,7 @@ footer {
|
|||
button {
|
||||
@extend .button_io;
|
||||
|
||||
&>* {
|
||||
& > * {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue