mirror of
https://github.com/tabler/tabler.git
synced 2026-08-21 10:24:26 +04:00
css fixes, dropdown fixes
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
.calendar-range {
|
||||
position: relative;
|
||||
|
||||
&::before {
|
||||
&:before {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 0;
|
||||
@@ -94,11 +94,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
&.range-start::before {
|
||||
&.range-start:before {
|
||||
left: 50%;
|
||||
}
|
||||
|
||||
&.range-end::before {
|
||||
&.range-end:before {
|
||||
right: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user