Skip to content

Commit

Permalink
perf: variables.styl: remove unused Taskview and AllDay prefixes (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored Jun 22, 2020
1 parent 73cf177 commit dfe8541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions src/css/variables.styl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
css-prefix = 'tui-full-calendar-'
// Dayname
dayname = css-prefix + 'dayname-'
// Taskview
milestone = css-prefix + 'milestone-'
taskview = css-prefix + 'task-'
// Allday
allday = css-prefix + 'allday-'

weekday = css-prefix + 'weekday-'
// DayGrid
daygrid = css-prefix + 'daygrid-'
Expand Down
2 changes: 1 addition & 1 deletion src/js/common/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ module.exports = {
},

/**
* Set 'title' attribute for all element that has exceeded content in
* Set 'title' attribute for all elements that has exceeded content in
* container
* @param {string} selector - CSS selector {@see domutil#find}
* @param {HTMLElement} container - container element
Expand Down

0 comments on commit dfe8541

Please sign in to comment.