mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 03:59:39 +08:00
Fix tag tiles border-radius
This commit is contained in:
parent
5345a1ef9e
commit
a31582de5a
@ -229,16 +229,16 @@
|
||||
overflow: hidden;
|
||||
|
||||
&:first-child {
|
||||
border-radius: @border-radius-base 0 0 0;
|
||||
border-top-left-radius: @border-radius-base;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
border-radius: 0 @border-radius-base 0 0;
|
||||
border-top-right-radius: @border-radius-base;
|
||||
}
|
||||
&:nth-last-child(2):nth-child(even), &:last-child {
|
||||
border-radius: 0 0 @border-radius-base 0;
|
||||
border-bottom-right-radius: @border-radius-base;
|
||||
}
|
||||
&:nth-last-child(2):nth-child(odd), &:last-child:nth-child(odd) {
|
||||
border-radius: 0 0 0 @border-radius-base;
|
||||
border-bottom-left-radius: @border-radius-base;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user