Commit Graph

42 Commits

Author SHA1 Message Date
Nathan Sobo
2c83c3fe17 Merge pull request #3943 from atom/ns-text-editor-shadow-dom
Render text editor contents inside shadow DOM
2014-11-05 09:42:07 -07:00
Ben Ogle
743c50014f Do not import overlay 2014-11-04 16:59:02 -08:00
Nathan Sobo
7202908780 Split editor stylesheet into light and shadow DOM versions
This prevents the need for a :host pseudo-class in the editor CSS which
breaks linting. It also fits selectors targeting the host element in a
more intuitive spot in the cascade.
2014-11-04 16:37:24 -07:00
Nathan Sobo
c2d0b6d4f5 Load editor stylesheet in shadow root with style manager context param 2014-11-04 16:37:21 -07:00
Ben Ogle
022bc2e2a5 Only load the bootstrap styles we need! 2014-11-04 12:28:53 -08:00
Kevin Sawicki
ca9d05f6fa Remove notification stylesheet
These were currently undocumented in the styleguide, had hard-coded colors,
weren't being styled by the default light/dark UI themes, and were unused.

They were also causing conflicts with the notification token scope that
the Objective-C grammar uses.
2014-09-18 09:26:46 -07:00
Ben Ogle
c4204eb9e9 import the fallback variables in the base theme 2014-07-11 14:08:29 -07:00
Ben Ogle
168c6cdbca Revert "Move the find-and-replace marker css into the base theme "
This reverts commit 942041f214.
2014-07-03 14:22:58 -07:00
Ben Ogle
942041f214 Move the find-and-replace marker css into the base theme 2014-07-03 14:12:23 -07:00
Kevin Sawicki
d75d3b6d09 Import syntax-variables in atom.less 2013-12-06 12:56:14 -08:00
Kevin Sawicki
3a7049a1d9 Import syntax in atom.less 2013-12-06 12:56:14 -08:00
Kevin Sawicki
ee0814313f Rename root-view.less to workspace-view.less 2013-11-26 11:02:53 -08:00
Ben Ogle
1cb5d16a60 Style messages 2013-11-04 17:19:09 -08:00
Ben Ogle
6277fbcf80 Remove merged screw up 2013-09-12 14:04:17 -07:00
Ben Ogle
210fbc6fb1 Add bootstrap less file 2013-09-12 14:04:17 -07:00
Ben Ogle
83f09af89b Remove .less extensions from imports 2013-09-10 12:01:35 -07:00
Ben Ogle
3621136ab5 💄 No more bootstrap-overrides.less 2013-09-10 12:01:14 -07:00
Ben Ogle
99ea5f02e4 Add pane-item class 2013-09-10 12:01:14 -07:00
Ben Ogle
f7ba202720 Add link styles 2013-09-10 12:00:47 -07:00
Ben Ogle
d311ee9c70 Rename links -> icons 2013-09-10 11:59:49 -07:00
Ben Ogle
9440512113 Extract some of the list structure into base css 2013-09-10 11:59:45 -07:00
Ben Ogle
dfdd172b17 Move sections into base CSS 2013-09-10 11:59:44 -07:00
Ben Ogle
6e9bcfcbcf Move links css into base css 2013-09-10 11:59:44 -07:00
Ben Ogle
14569aa46b Pull common button code into base css 2013-09-10 11:59:44 -07:00
Ben Ogle
c91c705c6d Add octicon classes 2013-09-10 11:59:38 -07:00
Ben Ogle
5d260d1331 Add utilities less file to base css 2013-09-10 11:59:37 -07:00
Ben Ogle
ff6fb2174a Add new theme with new approach at colors + components 2013-09-10 11:59:37 -07:00
Kevin Sawicki
fd69581397 Update path in comment for less-imports rename 2013-09-04 12:25:28 -07:00
Ben Ogle
15c1669ab6 Don't load bootstrap on reload of base sheets 2013-09-04 12:25:27 -07:00
Ben Ogle
d1c1ecc9a4 Add ability to override ui-variables in theme
This required moving the importable less files to a `less-imports` 
directory and adding that directory to the less path. Otherwise, 
atom.less would import ui-variables from its current directory 
(/static/ui-variables) as less searches the current directory before 
any other directories on the path.
2013-09-04 12:25:27 -07:00
Ben Ogle
084457c2a0 Update the less files to properly import less 2013-09-04 12:25:27 -07:00
probablycorey
2284435551 Move config view to a package 2013-08-05 13:54:37 -07:00
Nathan Sobo
ac65e288df Pull config stylesheet into atom.less 2013-04-26 15:36:12 -07:00
Nathan Sobo
cada940345 Load full bootstrap 2013-04-16 17:24:21 -06:00
Nathan Sobo
4c037d53e2 Eliminate :focus outline 2013-04-16 10:57:50 -06:00
Nathan Sobo
5071f083a1 Revert "Load all of bootstrap"
This reverts commit e59ab14ad3.
2013-04-16 10:38:35 -06:00
Nathan Sobo
e59ab14ad3 Load all of bootstrap 2013-04-15 20:45:56 -06:00
Nathan Sobo
e871929aae Load a subset of bootstrap from atom.less and nuke reset.less 2013-04-15 20:45:55 -06:00
Nathan Sobo
bbf7c6ca1b Replace requireStylesheet calls w/ @import directives in atom.less 2013-04-15 20:45:54 -06:00
Corey Johnson
06b63c24dc Merge remote-tracking branch 'origin/dev' into md-preview-redux
Conflicts:
	src/packages/markdown-preview/stylesheets/markdown-preview.css
	static/atom.css
	static/command-panel.css
2013-03-11 17:02:36 -07:00
Corey Johnson
7c47b7f8d4 Pane styling isn't a child of the .root-view class
Panes aren't attached to a root view in spes.
2013-03-11 10:02:19 -07:00
Justin Palmer
a448a79ae6 atom.css -> atom.less 2013-03-11 10:02:19 -07:00