Merge pull request #10145 from opf/fix/40957/no-round-team-planner-buttons

[40957] Remove rounded FC button style
pull/10148/head
Henriette Darge 3 years ago committed by GitHub
commit 3fb332031e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      frontend/src/global_styles/content/_calendars.sass
  2. 14
      frontend/src/global_styles/vendor/_full_calendar.sass

@ -9,7 +9,7 @@ full-calendar
height: 34px height: 34px
&.fc-today-button &.fc-today-button
margin-bottom: 0 margin: 0
margin-left: 0.5rem margin-left: 0.5rem
// ensure to have higher specificity than above extend // ensure to have higher specificity than above extend

@ -61,23 +61,9 @@
&:focus &:focus
box-shadow: none box-shadow: none
> .fc-button
border-radius: 2rem
.fc-button-group .fc-button
&:first-of-type
border-bottom-left-radius: 2rem
border-top-left-radius: 2rem
&:last-of-type
border-bottom-right-radius: 2rem
border-top-right-radius: 2rem
.fc-prev-button, .fc-prev-button,
.fc-next-button .fc-next-button
border-radius: 2rem
padding: 4px padding: 4px
margin: 0 8px 0 0
font-size: 8px font-size: 8px
height: 32px height: 32px
width: 32px width: 32px

Loading…
Cancel
Save